From owner-freebsd-java@FreeBSD.ORG Wed Nov 19 23:42:34 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B42A16A4CE; Wed, 19 Nov 2003 23:42:34 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E874743F3F; Wed, 19 Nov 2003 23:42:30 -0800 (PST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id hAK7pg6Z015511; Thu, 20 Nov 2003 09:51:42 +0200 (EET) (envelope-from ml) Date: Thu, 20 Nov 2003 09:51:42 +0200 From: Alexey Zelkin To: Cedric Berger Message-ID: <20031120095142.B15457@phantom.cris.net> References: <20031111160600.GA95499@misty.eyesbeyond.com> <20031117125107.GA96039@watt.intra.caraldi.com> <20031117132001.GA96272@watt.intra.caraldi.com> <3FB9ECE9.1060101@berger.to> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3FB9ECE9.1060101@berger.to>; from cedric@berger.to on Tue, Nov 18, 2003 at 10:56:57AM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: Alexey Zelkin cc: freebsd-java@freebsd.org Subject: Re: IPV6_V6ONLY (was: 1.4.2 patchset 5) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 07:42:34 -0000 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) > > ); > > 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"