Changes between Version 1 and Version 2 of Ticket #2670, comment 1


Ignore:
Timestamp:
03/14/14 18:46:39 (11 years ago)
Author:
FireFox
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2670, comment 1

    v1 v2  
    1 I made a tcp server in c++ and I discovered if the TCPRecv function returns an error it does NOT mean the connection is lost.
     1I made a tcp server in c++ and I discovered if the TCPRecv function returns an error it does NOT mean the connection is lost (the client is in autoit).
    22
    33But 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.