Re: [PATCH] DatagramSocket bind (null) fix

2003-11-21 Thread Dalibor Topic
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/n

[PATCH] DatagramSocket bind (null) fix

2003-11-21 Thread Dalibor Topic
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.jav