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 4502ba7 commit 16a97fe
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 @@ -16,6 +16,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 16a97fe

Please sign in to comment.