Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 09:51:42 +0200
From:      Alexey Zelkin <phantom@freebsd.org>
To:        Cedric Berger <cedric@berger.to>
Cc:        freebsd-java@freebsd.org
Subject:   Re: IPV6_V6ONLY (was: 1.4.2 patchset 5)
Message-ID:  <20031120095142.B15457@phantom.cris.net>
In-Reply-To: <3FB9ECE9.1060101@berger.to>; from cedric@berger.to on Tue, Nov 18, 2003 at 10:56:57AM %2B0100
References:  <20031111160600.GA95499@misty.eyesbeyond.com> <20031117125107.GA96039@watt.intra.caraldi.com> <20031117132001.GA96272@watt.intra.caraldi.com> <3FB9ECE9.1060101@berger.to>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031120095142.B15457>