IPV6_V6ONLY (was: 1.4.2 patchset 5)

Alexey Zelkin phantom at freebsd.org
Wed Nov 19 23:42:34 PST 2003


hi,

Hmm...  Looks reasonable.  I'll check if it works in all configurations
and commit fix if all is Ok.

Thank you for noticing this!

On Tue, Nov 18, 2003 at 10:56:57AM +0100, Cedric Berger wrote:
> Jean-Baptiste Quenot wrote:
> 
> >After issuing:
> >
> ># sysctl net.inet6.ip6.v6only=0
> >
> >It works again...
> >  
> >
> Is there a reason why the JDK cannot simply call:
> 
>     int on = 0;
>     setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on) 
> <http://developer.apple.com/documentation/Darwin/Reference/ManPages/html/sizeof.on.html> 
> );
> 
> On each socket it creates, since it is what the JDK is expecting?
> Cedric
> 
> 
> _______________________________________________
> freebsd-java at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"


More information about the freebsd-java mailing list