multicastLoopback property
Whether multicast traffic is looped back to the host.
By default multicast loopback is enabled.
Implementation
@override
bool get multicastLoopback => socket.multicastLoopback;
Whether multicast traffic is looped back to the host.
By default multicast loopback is enabled.
@override
bool get multicastLoopback => socket.multicastLoopback;