Skip to content

Commit

Permalink
fixup: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 24, 2024
1 parent a34e74c commit d82c771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talpid-tunnel-config-client/src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mod sys {
/// we cannot lower it further. This causes the outer packets to be dropped. Also, MTU detection
/// will likely occur after the PQ handshake, so we cannot assume that the MTU is already
/// correctly configured.
/// This is set to the lowest possible IPv4 MTU.
const CONFIG_CLIENT_MTU: u16 = 576;

pub struct TcpSocket {
Expand Down

0 comments on commit d82c771

Please sign in to comment.