Name: mc57594 Date: 01/28/97
java.net.Socket.setSoTimeout(int timeout) doesn't work in 1.1beta3 on
solaris when (timeout>0). It seems to throw an InterrutpedIOException
almost immediately (i.e. within one second) even for large values of
timeout (like 60000 milliseconds).
same code works fine on solaris w/1.1beta2, and also on win32 1.1beta2 and
1.1beta3.
======================================================================