Changes between Version 9 and Version 10 of NetworkProtocol
- Timestamp:
- 03/28/14 12:40:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetworkProtocol
v9 v10 16 16 * General packets that flow in both directions: 17 17 ||= Packet Type =||= Arguments =||= Purpose =||= Actions Required =|| 18 ||{{{hello}}} 19 ||a dictionary containing connection options and capabilities||authentication (if required), setup of keyboard, configuration options, etc||either accept the connection and send a hello back as acknowledgement, send a challenge request or disconnect|| 18 ||{{{hello}}}||a dictionary containing connection options and capabilities||authentication (if required), setup of keyboard, configuration options, etc||the receiver ''must'' either accept the connection and send a hello back as acknowledgement, send a challenge request or disconnect|| 20 19 ||{{{ping}}}||time to be echoed back||monitor connection state, collect latency statistics||The receiver ''must'' send a {{{ping-echo}}} back|| 21 20 ||{{{ping-echo}}}||echoed time, load average, measured latency||response to ping||none, it ''should'' be used to collect latency statistics||