Dalibor Topic wrote:
Hi all,

attached is a small patch from Guilhem hat fixes the behaviour of DatagramSocket.bind(null) to match the API spec in 1.4.2, i.e. pick an ephemeral port and a local address to bind to.


2003-11-21 Guilhem Lavaux <[EMAIL PROTECTED]>


        * libraries/javalib/java/net/DatagramSocket.java:
        (bind) When address is null, it should bind to an available
        port.

o.k., i spotted it first. the changeLog entry should be:



2003-11-21 Guilhem Lavaux <[EMAIL PROTECTED]>


        * libraries/javalib/java/net/DatagramSocket.java (bind):
        When address is null, it should bind to an available
        port.

cheers,
dalibor topic



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to