From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4243 invoked by alias); 6 Apr 2006 22:38:34 -0000 Received: (qmail 4222 invoked by uid 48); 6 Apr 2006 22:38:33 -0000 Date: Thu, 06 Apr 2006 22:38:00 -0000 Message-ID: <20060406223833.4221.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/27066] libgcj native socket code does not support IPv6 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "cjw at daneel dot dyndns dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00060.txt.bz2 List-Id: ------- Comment #3 from cjw at daneel dot dyndns dot org 2006-04-06 22:38 ------- AFAICT create() is called in Socket's getImpl() method, which in turn is called from e.g. setTcpNoDelay() and calling that after a plain "new Socket()" means no bind was done yet... Anyway, the address is not passed to create() so this information is currently not available even when create() is called from bind(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27066