getIPv6MulticastHops

    Gets the value of the socket option IPV6_MULTICAST_HOPS.

    SocketOptionProvider.swift:271
    func getIPv6MulticastHops() -> EventLoopFuture<CInt>

    Returns

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

    Other members in extension

    Instance members