Changes between Initial Version and Version 1 of Ticket #492, comment 16
- Timestamp:
- 03/25/14 08:59:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #492, comment 16
initial v1 1 Judging by the [http://support.microsoft.com/kb/204594 Microsoft KB entry], the error above is a {{{WSAECONNABORTED}}}: ''An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error''. It may be specific to the machine drivers or BIOS. 1 Judging by the [http://support.microsoft.com/kb/204594 Microsoft KB entry], the error above is a {{{WSAECONNABORTED}}}: ''An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error''. It may be specific to the machine drivers or BIOS. The full list is here: [http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx Windows Sockets Error Codes] 2 2 3 3 In any case, this led to a "connection lost", which is fine. (what we don't want is for the connection to stay up after we told the server to slow down, without telling it to speed up again)