Skip to content

Commit

Permalink
empty -> disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Dec 16, 2024
1 parent a133166 commit 1e24436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh-net-report/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ impl Default for Options {
}

impl Options {
/// Create an empty Options that enables no probes
pub fn empty() -> Self {
/// Create an [`Options`] that disables all probes
pub fn disabled() -> Self {
Self {
stun_sock_v4: None,
stun_sock_v6: None,
Expand Down

0 comments on commit 1e24436

Please sign in to comment.