mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
* Revert "Remove old protoc scripts and artifacts (#262)" This reverts commit 32ef50b8222fa30e3706c90c24e84e821f3fd84f. * Revert "Use pure-rust protoc (#255)" This reverts commit 217fae405f6565d10e010e9e8b5dfd19045120d0.
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.