mirror of https://github.com/waku-org/specs.git
Update peer-exchange.md
This commit is contained in:
parent
eca15c169f
commit
32b577eb32
|
@ -34,7 +34,7 @@ As Figure 1 illustrates, the requesting node sends a request to a peer, which ac
|
|||
The responder replies with a list of ENRs as specified in [WAKU2-ENR](../enr.md).
|
||||
The [multiaddresses](https://docs.libp2p.io/concepts/addressing/) used to connect to the respective peers can be extracted from the ENRs.
|
||||
|
||||
![Figure 1: The responder provides a list of ENRs to the requester. These ENRs contain the information necessary for connecting to the respective peers.](./images/protocol.svg)
|
||||
![Figure 1: The responder provides a list of ENRs to the requester. These ENRs contain the information necessary for connecting to the respective peers.](../../images/protocol.svg)
|
||||
|
||||
In order to protect its anonymity, the responder MUST NOT provide peers from its actively used peer list as this opens pathways to *Neighbourhood Surveillance* attacks, as described in the
|
||||
[Security/Privacy Considerations Section](#securityprivacy-considerations).
|
||||
|
|
Loading…
Reference in New Issue