On Fri, Nov 21, 2003 at 07:00:10PM +0100, Dalibor Topic wrote:
> Hi all,
> 
> attached is another patch from Guilhem that fixes DatagramSocket 
> constructor behaviour & comments. It resulted as a fix to a bug report 
> to the kaffe mailing list from Everton da Silva Marques [1]. Please also 
> take a look at the discussion in the thread about other approaches to 
> fix the issue, and why they weren't picked.
> 
> 
> 2003-11-21  Guilhem Lavaux <[EMAIL PROTECTED]>
> 
>         * libraries/javalib/java/net/DatagramSocket.java
>       ((DatagramSocket(SocketAddress)): Fixed comment to match
>       method. If address is null leave socket unbound.
>       (DatagramSocket(int, InetAddress)): Rewritten to delegate
>       to ((DatagramSocket(SocketAddress)) in order to pick up
>       the fix. Moved checking code into
>       ((DatagramSocket(SocketAddress)).

This patch is in Classpath BTS already (two times). I'm working on this.
A similar patch is already in my tree. I just cant commit/submit it because the
network adapter of the computer with this code is broken. Will try to
make it work this weekend again. 


Michael


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

Reply via email to