Documentation for this section has not yet been entered.
Type Reason Java.Net.SocketException if an error occurs. Java.Net.SocketException if an error occurs.
Get method documentation [Android Documentation]
Returns true if multicast loopback is disabled.
See SocketOptions.IpMulticastLoop, and note that the sense of this is the
opposite of the underlying Unix IP_MULTICAST_LOOP.
Set method documentation [Android Documentation]
Disables multicast loopback if disable == true.
See SocketOptions.IpMulticastLoop, and note that the sense of this is the
opposite of the underlying Unix IP_MULTICAST_LOOP: true means disabled, false
means enabled.