+11Jan02=======================================================================
+1. Make M$ TCP connx blocking again, sigh...
10Jan02=======================================================================
1. set SO_LINGER = 0 to try to prevent the system sending data on a closing
socket. This MAY help some of the hanging problems (but I am now beginning
eval '*F_SETFL = sub { 0 };';
eval '*IPPROTO_TCP = sub { 6 };';
eval '*TCP_NODELAY = sub { 1 };';
- $blocking_supported = 1;
+ $blocking_supported = 0; # it appears that this DOESN'T work :-(
}
}