mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
fix: rendezvous spec
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Authors: [@vyzo]
|
Authors: [@vyzo]
|
||||||
|
|
||||||
Interest Group: [@daviddias], [@whyrusleeping], [@Stebalien], [@jacobheun], [@yusefnapora]
|
Interest Group: [@daviddias], [@whyrusleeping], [@Stebalien], [@jacobheun], [@yusefnapora], [@vasco-santos]
|
||||||
|
|
||||||
[@vyzo]: https://github.com/vyzo
|
[@vyzo]: https://github.com/vyzo
|
||||||
[@daviddias]: https://github.com/daviddias
|
[@daviddias]: https://github.com/daviddias
|
||||||
@@ -204,6 +204,7 @@ message Message {
|
|||||||
optional string ns = 1;
|
optional string ns = 1;
|
||||||
optional PeerInfo peer = 2;
|
optional PeerInfo peer = 2;
|
||||||
optional int64 ttl = 3; // in seconds
|
optional int64 ttl = 3; // in seconds
|
||||||
|
optional bytes signedPeerRecord = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RegisterResponse {
|
message RegisterResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user