Skip to content

Instantly share code, notes, and snippets.

@schaeferpp
Created November 28, 2015 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schaeferpp/9eba1a7530d749868caa to your computer and use it in GitHub Desktop.
Save schaeferpp/9eba1a7530d749868caa to your computer and use it in GitHub Desktop.
message types
#define REGISTRATION_MESSAGE 1
#define REGISTRATION_ACK 2
#define PEER_INFO 3
#define PEER_INFO_ACK 4
#define SET_COLUMN 5
#define SET_COLUMN_ACK 6
#define HB 7
#define HB_ACK 8
#define ERROR 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment