Pierre Krieger d94fe1b831 Use a Multihash in AddrComponent::P2P, drop cid (#407)
* Use a Multihash in AddrComponent::P2P
* Remove the cid crate from the repo
2018-08-10 17:47:02 +02:00
..

Circuit Relay v0.1.0

Implements the /libp2p/circuit/relay/0.1.0 protocol [1]. It allows a source A to connect to a destination B via an intermediate relay node R to which B is already connected to. This is used as a last resort to make B reachable from other nodes when it would normally not be, e.g. due to certain NAT setups.