Re: RFR JDK8014499

2013-06-20 Thread Chris Hegarty
I do a little clean up, and push the changes for John. -Chris. On 06/20/2013 11:57 AM, Alan Bateman wrote: On 19/06/2013 16:59, John Zavgren wrote: All: Please consider the following change to the MulticastSocket code that conditionally sets the IP_MULTICAST_ALL socket option to "off" when th

Re: RFR JDK8014499

2013-06-20 Thread Alan Bateman
On 19/06/2013 16:59, John Zavgren wrote: All: Please consider the following change to the MulticastSocket code that conditionally sets the IP_MULTICAST_ALL socket option to "off" when the Linux host is running a modern (greater than 2.6.30) kernel. This option is used to prevent "promiscuous"

RFR JDK8014499

2013-06-19 Thread John Zavgren
All: Please consider the following change to the MulticastSocket code that conditionally sets the IP_MULTICAST_ALL socket option to "off" when the Linux host is running a modern (greater than 2.6.30) kernel. This option is used to prevent "promiscuous" receptions. http://cr.openjdk.java.net/