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 d4e8c12 commit 299d985Copy full SHA for 299d985
iroh/src/magicsock/remote_map/remote_state/remote_info.rs
@@ -32,7 +32,7 @@ impl RemoteInfo {
32
self.addrs.into_iter()
33
}
34
35
- /// Returns a [`EndpointAddr`] that includes all addresses that are not [`AddrUsage::Unusable`].
+ /// Returns a [`EndpointAddr`] that includes all addresses that are not [`TransportAddrUsage::Unusable`].
36
pub fn into_endpoint_addr(self) -> EndpointAddr {
37
let addrs = self
38
.addrs
0 commit comments