Changes between Version 13 and Version 14 of Software/Gateway
- Timestamp:
- 08/31/10 22:07:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v13 v14 136 136 7. In order to stop connection, client send '''Disconnect''' message and closes its socket. 137 137 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 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. 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. 139 139 140 140 === Server ===