getMPTCPInfo

    Gets the value of the socket option MPTCP_INFO.

    SocketOptionProvider.swift:324
    func getMPTCPInfo() -> EventLoopFuture<mptcp_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