Changes between Version 12 and Version 13 of Software/Gateway


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v12 v13  
    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     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 
     137 
     138Once the connection is either closed by the client or lost (server did not respond to ping) the connection must be reestablished again -> goto 1 
    138139 
    139140=== Server ===