classpath
[Top][All Lists]
Advanced

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

Re: [PATCH] DatagramSocket bind (null) fix


From: Dalibor Topic
Subject: Re: [PATCH] DatagramSocket bind (null) fix
Date: Fri, 21 Nov 2003 18:48:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

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 <address@hidden>

        * 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 <address@hidden>

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

cheers,
dalibor topic





reply via email to

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