mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 23:31:33 +00:00
chore(relay): remove deprecated items
Related: https://github.com/libp2p/rust-libp2p/issues/3647. Pull-Request: #3948.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
//! post](https://blog.ipfs.io/2022-01-20-libp2p-hole-punching/) to familiarize yourself with libp2p's hole
|
||||
//! punching mechanism on a conceptual level.
|
||||
//!
|
||||
//! We will be using the [Circuit Relay v2](crate::relay::v2) and the [Direct Connection
|
||||
//! We will be using the [Circuit Relay](crate::relay) and the [Direct Connection
|
||||
//! Upgrade through Relay (DCUtR)](crate::dcutr) protocol.
|
||||
//!
|
||||
//! You will need 3 machines for this tutorial:
|
||||
|
Reference in New Issue
Block a user