mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 23:37:55 -05:00
feat: adding an explicit CAN_HOP message type to allow passive relay discovery
This commit is contained in:
@@ -143,6 +143,7 @@ message CircuitRelay {
|
||||
HOP = 1;
|
||||
STOP = 2;
|
||||
STATUS = 3;
|
||||
CAN_HOP = 4; // is peer a relay?
|
||||
}
|
||||
|
||||
message Peer {
|
||||
|
||||
Reference in New Issue
Block a user