public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/27066]  New: libgcj native socket code does not support IPv6
@ 2006-04-06 19:40 cjw at daneel dot dyndns dot org
  2006-04-06 19:43 ` [Bug libgcj/27066] " cjw at daneel dot dyndns dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cjw at daneel dot dyndns dot org @ 2006-04-06 19:40 UTC (permalink / raw)
  To: java-prs

Java Sockets do not know on creation if they will be used for IPv6 or IPv4, so
the gnu::java::net::PlainSocketImpl::create method should use PF_INET6 instead
of AF_INET. The other methods - bind and connect - must then translate IPv4
addresses to IPv4-in-IPv6. Behavior with HAVE_INET6 not defined should probably
not be changed. The code is in libjava/gnu/java/net/natPlainSocketImplPosix.cc
.


-- 
           Summary: libgcj native socket code does not support IPv6
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cjw at daneel dot dyndns dot org
  GCC host triplet: powerpc-mandriva-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27066


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-12 19:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-06 19:40 [Bug libgcj/27066] New: libgcj native socket code does not support IPv6 cjw at daneel dot dyndns dot org
2006-04-06 19:43 ` [Bug libgcj/27066] " cjw at daneel dot dyndns dot org
2006-04-06 20:08 ` mckinlay at redhat dot com
2006-04-06 22:38 ` cjw at daneel dot dyndns dot org
2006-04-11 18:08 ` mckinlay at redhat dot com
2006-04-12 19:08 ` cjw at daneel dot dyndns dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).