Last active
August 29, 2015 14:04
-
-
Save nulldatamap/c396b46d44860a727820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Handshake 0xFF | |
| u32 magic | |
| u32 version | |
| str token | |
| . | |
| Error 0 | |
| u32 error_id | |
| str? error_msg | |
| . | |
| Okay 1 . | |
| Ping 2 | |
| i32 data | |
| . | |
| # Actuall not sure if to keep this message or | |
| # ust use Error for that. ( see 'errors.md' and 'protocol.md' ) | |
| Kill 3 | |
| str? reason | |
| . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment