socket.setMulticastLoopback(flag)
-
flag<Boolean>
Sets or clears the IP_MULTICAST_LOOP socket option. When set to true, multicast packets will also be received on the local interface.
socket.setMulticastLoopback(flag)
flag <Boolean>
Sets or clears the IP_MULTICAST_LOOP socket option. When set to true, multicast packets will also be received on the local interface.
Please login to continue.