This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27066] libgcj native socket code does not support IPv6
- From: "cjw at daneel dot dyndns dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Apr 2006 22:38:33 -0000
- Subject: [Bug libgcj/27066] libgcj native socket code does not support IPv6
- References: <bug-27066-7432@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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