sleep-protocol 0.1.1

SLEEP Network Protocol protobuf definitions.
Documentation
1
2
3
4
5
6
7
8
syntax = "proto2";

message Handshake {
  optional bytes id = 1;
  optional bool live = 2;
  optional bytes userData = 3;
  repeated string extensions = 4;
}