Skip to content

Commit

Permalink
loopback_0
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 4, 2024
1 parent d3d6891 commit 0f28368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ mod test {
#[cfg(target_os = "linux")]
const LOOPBACK: NameMtu = NameMtu(Some("lo"), 65_536);
#[cfg(target_os = "windows")]
const LOOPBACK: NameMtu = NameMtu(Some("lo0"), 4_294_967_295);
const LOOPBACK: NameMtu = NameMtu(Some("loopback_0"), 4_294_967_295);

// Non-loopback interface names are unpredictable, so we only check the MTU.
#[cfg(target_os = "macos")]
Expand Down

0 comments on commit 0f28368

Please sign in to comment.