getTCPInfo

    Gets the value of the socket option TCP_INFO.

    SocketOptionProvider.swift:300
    func getTCPInfo() -> EventLoopFuture<tcp_info>

    Returns

    An EventLoopFuture containing the value of the socket option, or any error that occurred while retrieving the socket option.

    This socket option cannot be set.

    Other members in extension

    Instance members