Hi,
I've looked through the Sun bug database and AFAICS this is not
listed. I've also looked through the latest source code to see if
this is addressed [1], but apparently not. I'm trying to find a way
to get this addressed.
When you create a MulticastSocket(new InetSocketAddress(group, po
Pekka Savola wrote:
Hi,
I've looked through the Sun bug database and AFAICS this is not
listed. I've also looked through the latest source code to see if
this is addressed [1], but apparently not. I'm trying to find a way
to get this addressed.
When you create a MulticastSocket(new InetSo
On Fri, 5 Dec 2008, Alan Bateman wrote:
For the specific problem at hand then I assume that running with
-Djava.net.preferIPv4Stack=true fixes the problem.
Correct, though that option seems a bit of a misnomer, because it
essentially completely disables IPv6 in Java.
More generally, it can b
Alan Bateman wrote:
Pekka Savola wrote:
Hi,
I've looked through the Sun bug database and AFAICS this is not
listed. I've also looked through the latest source code to see if
this is addressed [1], but apparently not. I'm trying to find a way
to get this addressed.
When you create a Multi
Changeset: 87170fc5a587
Author:mchung
Date: 2008-12-05 10:28 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/87170fc5a587
6764062: Revise usage of java.io.*.close
Summary: Handle closing multiple open I/O streams in case close() throws
IOException
Reviewed-by: ksrini
! src/s