mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-21 22:01:34 +00:00
feat(swarm): remove deprecated IntoConnectionHandler
This removes the deprecated `IntoConnectionHandler` trait and all its implementations. Consequently, `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer` are now gone and the two `handle_` functions are now required to implement. Related: #3647. Pull-Request: #3884.
This commit is contained in:
@ -417,7 +417,7 @@ where
|
||||
|
||||
/// Adds a known address for a peer that can be used for
|
||||
/// dialing attempts by the `Swarm`, i.e. is returned
|
||||
/// by [`NetworkBehaviour::addresses_of_peer`].
|
||||
/// by [`NetworkBehaviour::handle_pending_outbound_connection`].
|
||||
///
|
||||
/// Addresses added in this way are only removed by `remove_address`.
|
||||
pub fn add_address(&mut self, peer: &PeerId, address: Multiaddr) {
|
||||
|
Reference in New Issue
Block a user