On Sat, Oct 01, 2005 at 01:51:25AM +0200, [EMAIL PROTECTED] wrote:
> Hello,
> 
> kaffe-1.1.6 has a bug in
> libraries/javalib/gnu/java/net/PlainSocketImpl.java:
> 
> when you use getOption(int) in order to ask it for SO_REUSEADDR, you get an
> Integer back which is either 0 or 1. It should be a Boolean instead, as
> getReuseAddress() executed on a socket expects this.
> 
> Patch attached, hope it helps. I just tested it here with a
> ServerSocket.getReuseAddress() and it looks good (no more exceptions
> signalling an internal error).

Hi Nico,

  Excellent! I encountered the similar exceptions before, but I forgot
to "dig". Your patch was checked in. Thanks.

Sincerely,
Jim Huang

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to