Changes between Version 11 and Version 12 of Software/Gateway
- Timestamp:
- 08/31/10 18:22:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v11 v12 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 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 138 138 139 139 === Server ===