Re: [cp-patches] FYI: javanet.c fixes and improvements

2006-01-19 Thread Christian Thalinger
Hi! Not sure if it's related to this commit, but mips-irix does not work anymore: cc-1020 cc: ERROR File = javanet.c, Line = 1062 The identifier "MSG_NOSIGNAL" is undefined. TARGET_NATIVE_NETWORK_SOCKET_SEND (fd, p + offset, len, bytes_sent); ^ cc-1020 cc: ERROR File = jav

[cp-patches] FYI: javanet.c fixes and improvements

2006-01-17 Thread Roman Kennke
Hiyo. here come some fixlets and slight improvements to javanet.[ch]. Most notably this now throws SocketTimeoutException and PortNotReachableException when appropriate, and getOption understands the SOCKOPT_SO_BROADCAST flag. The shutdownXXX() functions now use the corresponding target native macr