mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
apply Raul's suggestion regarding circuit relays
This commit is contained in:
@@ -301,8 +301,9 @@ The `<udp-port>` argument must be a 16-bit unsigned integer in network byte orde
|
|||||||
|
|
||||||
### `p2p-circuit` Relay Addresses
|
### `p2p-circuit` Relay Addresses
|
||||||
|
|
||||||
The libp2p [circuit relay protocol][relay-spec] allows a libp2p peer to relay
|
The libp2p [circuit relay protocol][relay-spec] allows a libp2p peer A to
|
||||||
traffic between two peers who could otherwise not communicate directly.
|
communicate with another peer B via a third party C. This is useful for
|
||||||
|
circumstances where A and B would be unable to communicate directly.
|
||||||
|
|
||||||
Once a connection to the relay is established, peers can accept incoming connections
|
Once a connection to the relay is established, peers can accept incoming connections
|
||||||
through the relay, using a `p2p-circuit` address.
|
through the relay, using a `p2p-circuit` address.
|
||||||
|
|||||||
Reference in New Issue
Block a user