Skip to content

Instantly share code, notes, and snippets.

@nulldatamap
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save nulldatamap/c396b46d44860a727820 to your computer and use it in GitHub Desktop.

Select an option

Save nulldatamap/c396b46d44860a727820 to your computer and use it in GitHub Desktop.
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