Changes between Version 11 and Version 12 of Software/Gateway


Ignore:
Timestamp:
08/31/10 18:22:46 (14 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v11 v12  
    135135 6. If server didn't responded, client retries to send a '''Ping''' next two times. If still no response -> connection died 
    136136 7. In order to stop connection, client send '''Disconnect''' message and closes its socket. 
    137  
     137    Once the connection is either closed by the client or lost (server did not respond to ping) the connection must be reestablished again -> goto 1 
    138138 
    139139=== Server ===