Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-10 Thread Alan Bateman
Dr Andrew John Hughes wrote: : 6342561 is also related to this; see http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-April/008866.html Yes, it seems to be the same issue although 6342561 it seems to have been submitted to a java_plugin category for some reason. We've always assumed

Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-10 Thread Chris Hegarty
Dr Andrew John Hughes wrote: On 9 August 2010 16:12, Chris Hegarty wrote: Alan, Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1 restricting sending and receiving to IPv6 packets only. Changes both n

Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-10 Thread Dr Andrew John Hughes
On 9 August 2010 16:12, Chris Hegarty wrote: > Alan, > > Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY > to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1 > restricting sending and receiving to IPv6 packets only. Changes both net and > nio code. > >

Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-10 Thread Chris Hegarty
Alan Bateman wrote: Chris Hegarty wrote: Alan, Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1 restricting sending and receiving to IPv6 packets only. Changes both net and nio code. Webrev: ht

Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-09 Thread Alan Bateman
Chris Hegarty wrote: Alan, Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1 restricting sending and receiving to IPv6 packets only. Changes both net and nio code. Webrev: http://cr.openjdk.java.

Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-09 Thread Chris Hegarty
Alan, Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1 restricting sending and receiving to IPv6 packets only. Changes both net and nio code. Webrev: http://cr.openjdk.java.net/~chegar/6882910/we