Skip to content

Commit a95ba33

Browse files
committed
Typo
1 parent f86c917 commit a95ba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-wireguard/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ async fn auto_mtu_detection(
10591059
})?;
10601060

10611061
ping_stream
1062-
.timeout(PING_OFFSET_TIMEOUT) // Start a new, sorter, timeout
1062+
.timeout(PING_OFFSET_TIMEOUT) // Start a new, shorter, timeout
10631063
.map_while(|res| res.ok()) // Stop waiting for pings after this timeout
10641064
.try_fold(first_ping_size, |acc, mtu| future::ready(Ok(acc.max(mtu)))) // Get largest ping
10651065
.await

0 commit comments

Comments
 (0)