Changes between Version 13 and Version 14 of Software/Gateway


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v13 v14  
    136136 7. In order to stop connection, client send '''Disconnect''' message and closes its socket. 
    137137 
    138 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 
     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. If server does not receive any ping message within certain amount of time (i.e. 10 sec), then the connection to the client will be closed. 
    139139 
    140140=== Server ===