We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12df7b commit 167c666Copy full SHA for 167c666
swarm/src/behaviour.rs
@@ -155,7 +155,7 @@ pub trait NetworkBehaviour: Send + 'static {
155
fn inject_new_listen_addr(&mut self, _id: ListenerId, _addr: &Multiaddr) {
156
}
157
158
- /// Indicates to the behaviour that a new multiaddr we were listening on has expired,
+ /// Indicates to the behaviour that a multiaddr we were listening on has expired,
159
/// which means that we are no longer listening in it.
160
fn inject_expired_listen_addr(&mut self, _id: ListenerId, _addr: &Multiaddr) {
161
0 commit comments