-
Notifications
You must be signed in to change notification settings - Fork 14
Session Request
Joshua Scott edited this page Sep 21, 2015
·
7 revisions
Starts the connection handshake.
The only packet that can be sent to the server from a new client. Any packets sent before this one are ignored. Replied to with Session Response.
OpCode: 0x01
Compressable: No
Encryptable: No
Append CRC: No
Min-Length: 14 Bytes
| Name | Type | Byte-Order | Description |
|---|---|---|---|
| CRC Length | uint32 | Net | The length of the CRC appended to the end of a packet. |
| Session ID | uint32 | Net | The session ID of the client connection. |
| Buffer Size | uint32 | Net | The client's buffer size. (always 512 bytes) |
| Protocol | n-string | Net | The client's protocol name. (CGAPI_527, etc) |
00 01 00 00 00 03 2A 42 D7 8E 00 00 02 00 43 47 41 50 49 5f 35 32 37 00 00 00 00 03
CRC Length: 0x03
Session ID: 0x2A42D78E
Buffer Size: 0x0200
Protocol:CGAPI_527
Connection Handshake
Data Types
~~. What is a Packet?
01. Session Request
02. Session Response
03. Multi
05. Disconnect
09. Reliable Data
0D. Fragmented Reliable Data
15. Reliable Data Acknowledge
~~. What is a Message?
19. Multi-data
Free Realms (Coming Soon...)
Star Wars Galaxies
Vanguard: Saga of Heroes