Changes between Initial Version and Version 1 of Ticket #2670, comment 1
- Timestamp:
- 03/14/14 18:46:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2670, comment 1
initial v1 3 3 But why? The connection is still there so there is no reason for the function to return an error, otherwise it should return an error when nothing is received. 4 4 5 It would be nice to a dev to clarify me what is happening and how to check if the connection is still alive in case an error is returned , so I can update the help file for the tcp functions.5 It would be nice to a dev to clarify me what is happening and how to check if the connection is still alive in case an error is returned (what is the best way at least), so I can update the help file for the tcp functions. 6 6 7 7 Also, I would like to point out that in the attachments I provided the tcprecv function returns an error code of -1 and the call to WSAGetError returns 0.