Changes between Version 26 and Version 27 of NetworkProtocol
- Timestamp:
- 04/23/14 03:51:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetworkProtocol
v26 v27 8 8 [[BR]] 9 9 The most important packet is the first one sent, the {{{hello}}} packet, since it contains "capabilities" which determines what packets and features are supported by the other end. In a lot of cases, a client or server which does not implement all the features ''should'' disable the capability rather than ignoring the corresponding packets. 10 11 [[BR]] 12 By default, the packet type is normally a string, as shown in the tables below. As of v0.9.0 the clients and server can also exchange a list of {{{aliases}}} in the {{{hello}}} packet so that each string can be replaced with a smaller identifier instead. 10 13 11 14 [[BR]]