We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37d1a7 commit e4f953eCopy full SHA for e4f953e
talpid-wireguard/src/lib.rs
@@ -990,7 +990,7 @@ impl WireguardMonitor {
990
/// Detects the maximum MTU that does not cause dropped packets.
991
///
992
/// The detection works by sending evenly spread out range of pings between 576 and the given
993
-/// current tunnel MTU, and returning the maximum packet size that war returned within a timeout.
+/// current tunnel MTU, and returning the maximum packet size that was returned within a timeout.
994
#[cfg(target_os = "linux")]
995
async fn auto_mtu_detection(
996
gateway: std::net::Ipv4Addr,
0 commit comments