Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs
  • Loading branch information
“ramfox” committed Nov 22, 2025
commit 41356982b30cf69c5fcbe19a3038ee7d86d24e32
5 changes: 3 additions & 2 deletions iroh/src/discovery/mdns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//! If the [`RelayUrl`] is longer than 249 bytes, the relay will not be added to the
//! mDNS TXT record.
//!
//! `RelayUrl`: iroh_base::RelayUrl
//! [`RelayUrl`]: iroh_base::RelayUrl
use std::{
collections::{BTreeSet, HashMap},
net::{IpAddr, SocketAddr},
Expand Down Expand Up @@ -198,7 +198,8 @@ impl MdnsDiscoveryBuilder {
///
/// Default is false.
///
/// `RelayUrl`: iroh_base::RelayUrl
/// [`RelayUrl`]: iroh_base::RelayUrl
/// [`EndpointAddr`]: crate::EndpointAddr
pub fn publish_relay_url(mut self, publish: bool) -> Self {
self.publish_relay_url = publish;
self
Expand Down
Loading