sleep-protocol 0.1.1

SLEEP Network Protocol protobuf definitions.
Documentation
1
2
3
4
5
message Have {
  required uint64 start = 1;
  optional uint64 length = 2 [default = 1];
  optional bytes bitfield = 3;
}