getIPMulticastTTL

Gets the value of the socket option IP_MULTICAST_TTL.

SocketOptionProvider.swift:242
func getIPMulticastTTL() -> EventLoopFuture<CUnsignedChar>

Returns

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