< prev index next >

src/java.base/share/classes/java/net/MulticastSocket.java

Print this page
rev 58266 : imported patch XXXXXXX-typos

*** 656,666 **** return ni; } } /** ! * Disable/Enable local loopback of multicast datagrams * The option is used by the platform's networking code as a hint * for setting whether multicast data will be looped back to * the local socket. * * <p>Because this option is a hint, applications that want to --- 656,666 ---- return ni; } } /** ! * Disable/Enable local loopback of multicast datagrams. * The option is used by the platform's networking code as a hint * for setting whether multicast data will be looped back to * the local socket. * * <p>Because this option is a hint, applications that want to
< prev index next >