setIPv6MulticastLoop(_:)

Sets the socket option IPV6_MULTICAST_LOOP to value.

SocketOptionProvider.swift:306
func setIPv6MulticastLoop(_ value: CUnsignedInt) -> EventLoopFuture<Void>

Parameters

value

The value to set IPV6_MULTICAST_LOOP to.

Returns

An EventLoopFuture that fires when the option has been set, or if an error has occurred.