Directory Client Protocol: Difference between revisions
From ASSS Wiki
Jump to navigationJump to search
initial page and content from updated dir-client-prot.txt |
removed core protocol, see Core Protocol |
||
| Line 1: | Line 1: | ||
Core | [[Core Protocol]] is used as usual. Dirserv specific c2s/s2c protocol. | ||
Continuum sends a sync request and Subspace doesn't. | |||
The list request is sent as reliable. | The list request is sent as reliable. | ||
| Line 13: | Line 13: | ||
s2c | s2c | ||
0x01 list data | |||
offset size comment | offset size comment | ||
0 1 type 0x01 | 0 1 type 0x01 | ||
| Line 23: | Line 25: | ||
79 ? description | 79 ? description | ||
packet repeats from offset 1 until end | packet repeats from offset 1 until end | ||
</pre> | </pre> | ||
[[Category: Protocol]] | [[Category: Protocol]] | ||
Revision as of 20:17, 12 January 2005
Core Protocol is used as usual. Dirserv specific c2s/s2c protocol.
Continuum sends a sync request and Subspace doesn't. The list request is sent as reliable.
c2s 0x01 list request offset size comment 0 1 type 0x01 1 4 minimum players s2c 0x01 list data offset size comment 0 1 type 0x01 1 4 ip 5 2 port 7 2 player count 9 2 billing (on 0x01 0x00) 11 4 version (0x86 0x00 0x00 0x00) 15 64 name 79 ? description packet repeats from offset 1 until end