feat: adding an explicit CAN_HOP message type to allow passive relay discovery

This commit is contained in:
Dmitriy Ryajov
2017-07-16 16:29:19 -07:00
parent 596c4f819d
commit 8dce468080

View File

@@ -143,6 +143,7 @@ message CircuitRelay {
HOP = 1;
STOP = 2;
STATUS = 3;
CAN_HOP = 4; // is peer a relay?
}
message Peer {