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 4ee5b6c commit 697b65bCopy full SHA for 697b65b
iroh/src/magicsock.rs
@@ -75,13 +75,12 @@ pub(crate) mod endpoint_map;
75
pub(crate) mod mapped_addrs;
76
pub(crate) mod transports;
77
78
+pub use self::{endpoint_map::PathInfo, metrics::Metrics};
79
use self::{
80
mapped_addrs::{EndpointIdMappedAddr, MappedAddr},
81
transports::Addr,
82
};
83
-pub use self::{endpoint_map::PathInfo, metrics::Metrics};
84
-
85
// TODO: Use this
86
// /// How long we consider a QAD-derived endpoint valid for. UDP NAT mappings typically
87
// /// expire at 30 seconds, so this is a few seconds shy of that.
0 commit comments