chore(relay): remove deprecated items

Related: https://github.com/libp2p/rust-libp2p/issues/3647.

Pull-Request: #3948.
This commit is contained in:
Thomas Coratger
2023-05-15 22:31:30 +02:00
committed by GitHub
parent 2512b6cd18
commit 7c64c422ad
6 changed files with 7 additions and 172 deletions

View File

@ -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: