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 f0a1632 commit 585589fCopy full SHA for 585589f
src/node.rs
@@ -108,7 +108,7 @@ async fn setup_router<S: crate::store::Store>(
108
tokio::task::JoinHandle<()>,
109
LocalPool,
110
)> {
111
- let endpoint = iroh_net::Endpoint::builder().bind().await?;
+ let endpoint = iroh_net::Endpoint::builder().discovery_n0().bind().await?;
112
let local_pool = LocalPool::single();
113
let mut router = iroh_router::Router::builder(endpoint.clone());
114
0 commit comments