more on: WinSock send() question

At 02:17 PM 07/13/2000 -0700, you wrote:

I can’t figure out what would cause a TCP connection to simply “stall” like
that.

Further research has revealed that, when the send() call returns with the
error, WSAGetLastError returns 10060 (WSAETIMEDOUT). Quinn/Shute (p589)
report that “this error is relevant to connect(), but not to send() or
sendto()”. Apparently no one mentioned that to Microsoft, because we’re
getting it from send() anyway.

Hopefully this gives a clue to someone…?