Changes between Version 12 and Version 13 of Software/Gateway
- Timestamp:
- 08/31/10 18:23:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v12 v13 135 135 6. If server didn't responded, client retries to send a '''Ping''' next two times. If still no response -> connection died 136 136 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 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 139 139 140 === Server ===