From 18c24ef642f536eb093680a11bdb458e6b60b644 Mon Sep 17 00:00:00 2001 From: SionoiS Date: Wed, 4 Sep 2024 11:16:29 -0400 Subject: [PATCH] refs --- standards/core/rendezvous.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/standards/core/rendezvous.md b/standards/core/rendezvous.md index a0a8aa6..e93df43 100644 --- a/standards/core/rendezvous.md +++ b/standards/core/rendezvous.md @@ -51,3 +51,14 @@ will continue discovering peers for the lifetime of the node. ## Future Work Namespaces will not contain capabilities yet but may in the future. If the need arise nodes could use rendezvous to discover peers with specific capabilities. + +# Copyright + +Copyright and related rights waived via +[CC0](https://creativecommons.org/publicdomain/zero/1.0/). + +# References + - [Discv5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md#node-discovery-protocol-v5) + - [Peer Exchange](https://github.com/waku-org/specs/blob/master/standards/core/peer-exchange.md#abstract) + - [Libp2p Rendezvous](https://github.com/libp2p/specs/blob/master/rendezvous/README.md#rendezvous-protocol) + - [Relay](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md) \ No newline at end of file