Skip to content

Commit e7ba93a

Browse files
committed
docs
1 parent 738f8bf commit e7ba93a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

iroh/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ pub use iroh_base::{
275275
KeyParsingError, NodeAddr, NodeId, PublicKey, RelayUrl, RelayUrlParseError, SecretKey,
276276
};
277277
pub use iroh_relay::{RelayMap, RelayNode, node_info};
278+
pub use magicsock::InterfacePriority;
278279
pub use n0_watcher::Watcher;
279280

280281
#[cfg(any(test, feature = "test-utils"))]

iroh/src/magicsock/interface_priority.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use netwatch::netmon;
1515
/// # Examples
1616
///
1717
/// ```no_run
18-
/// use iroh::magicsock::InterfacePriority;
18+
/// use iroh::InterfacePriority;
1919
///
2020
/// // Prefer Infiniband (ib*) over Ethernet (eth*, en*)
2121
/// let priority = InterfacePriority::new(vec![

0 commit comments

Comments
 (0)