In message "Re: [kaffe] libraries/javalib/java/net/Socket.java" on 04/09/15, Ito Kazumitsu <[EMAIL PROTECTED]> writes:
isBound() returns false when it should return true.
Hi Ito !
This happens to sockets returned by ServerSocket.accept().
A server socket creates a socket using new Socket() when accept() is called, but there is no chance that the bound status of the created socket can be changed.
This is my proposed patch.
Thank you. It looks fine to me. The bit concerning localport will go however in the native part because I've seen that's what classpath does. I think you may submit the part concerning "bound" to classpath though.
Regards,
Guilhem Lavaux.
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
