mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 07:41:34 +00:00
chore(dcutr): remove deprecated items
Removes deprecated items from `libp2p-dcutr`. Related https://github.com/libp2p/rust-libp2p/issues/3647 Pull-Request: #3700.
This commit is contained in:
@ -168,7 +168,7 @@
|
||||
//!
|
||||
//! 2. The listening client initiating a direct connection upgrade for the new relayed connection.
|
||||
//! Reported by [`dcutr`](crate::dcutr) through
|
||||
//! [`Event::RemoteInitiatedDirectConnectionUpgrade`](crate::dcutr::behaviour::Event::RemoteInitiatedDirectConnectionUpgrade).
|
||||
//! [`Event::RemoteInitiatedDirectConnectionUpgrade`](crate::dcutr::Event::RemoteInitiatedDirectConnectionUpgrade).
|
||||
//!
|
||||
//! ``` ignore
|
||||
//! [2022-01-30T12:54:11Z INFO client] RemoteInitiatedDirectConnectionUpgrade { remote_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X"), remote_relayed_addr: "/ip4/$RELAY_PEER_ID/tcp/4001/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN/p2p-circuit/p2p/12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X" }
|
||||
@ -176,7 +176,7 @@
|
||||
//!
|
||||
//! 3. The direct connection upgrade, also known as hole punch, succeeding. Reported by
|
||||
//! [`dcutr`](crate::dcutr) through
|
||||
//! [`Event::RemoteInitiatedDirectConnectionUpgrade`](crate::dcutr::behaviour::Event::DirectConnectionUpgradeSucceeded).
|
||||
//! [`Event::RemoteInitiatedDirectConnectionUpgrade`](crate::dcutr::Event::DirectConnectionUpgradeSucceeded).
|
||||
//!
|
||||
//! ``` ignore
|
||||
//! [2022-01-30T12:54:11Z INFO client] DirectConnectionUpgradeSucceeded { remote_peer_id: PeerId("12D3KooWPjceQrSwdWXPyLLeABRXmuqt69Rg3sBYbU1Nft9HyQ6X") }
|
||||
|
Reference in New Issue
Block a user