bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22709] MulticastSocket doesn't construct


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22709] MulticastSocket doesn't construct
Date: 16 Oct 2005 01:26:42 -0000

The problem can be correcting by fixing the implementation of DatagramSocket
and using correctly the API for MulticastSocket.

Here is a Changelog entry:
        * java/net/DatagramSocket.java,
java/net/MulticastSocket.java:
        (DatagramSocket(SocketAddress)) Fixed behaviour according to Java 1.4
        API
        (MulticastSocket) Fixed construction to request previously binded
        address.

        Reported by Everton da Silva Marques
<address@hidden>


------- Comment #1 from from-classpath at savannah dot gnu dot org  2003-10-30 
20:43 -------
DatagramSocket.bind was not JDK 1.4 compliant: so the former patch is
incomplete. I attached the corresponding completely new patch to fix this.

* java/net/DatagramSocket.java: (bind) Chose an ephemary port and a valid local
address if address is null.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2004-01-12 
11:18 -------
This is fixed since some time in CVS.


-- 


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]