blob: c8bd33745d47be1fc20c4e1272e9c8248b82fc42 [file] [log] [blame]
syntax = "proto3";
package handshake;
message Setup {
uint32 min_version = 1;
uint32 max_version = 2;
bytes peer_nacl_public_key = 3; // TODO would this be better off as a byte array?
uint64 mtu = 4;
}