Skip to content

Commit

Permalink
fix: better clarity (#367)
Browse files Browse the repository at this point in the history
* fix: better clarity

I interpreted the story differently, as in, I thought there were four participants here: me, QmAlice, QmBob, and QmRelay. `I have a peer with the Peer ID QmAlice` meant `I have a friend with Peer ID QmAlice` to me in the first place.

* reword for better clarity
  • Loading branch information
junekhan authored Feb 28, 2024
1 parent 9bb28c4 commit 5651530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/concepts/nat/circuit-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Today there are two versions of the circuit relay protocol, [v1](https://github.

A relay circuit is identified using a [multiaddr][definition_multiaddress] that includes the [Peer ID]({{< relref "/concepts/fundamentals/peers.md#peer-id" >}}) of the peer whose traffic is being relayed (the listening peer or "relay target").

Let's say that I have a peer with the Peer ID `QmAlice`. I want to give out my address to my friend `QmBob`, but I'm behind a NAT that won't let anyone dial me directly.
Let's say that I have a libp2p node with a Peer ID `QmAlice`. I want to give out my address to my friend `QmBob`, but I'm behind a NAT that won't let anyone dial me directly.

The most basic `p2p-circuit` address I can construct looks like this:

Expand Down

0 comments on commit 5651530

Please sign in to comment.