Skip to content

Commit 50e4dbe

Browse files
committed
Restore linux tun interface MTU
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent 8aa20d3 commit 50e4dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycelium/src/tun/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::subnet::Subnet;
1313
use crate::tun::TunConfig;
1414

1515
// TODO
16-
const LINK_MTU: i32 = 1300;
16+
const LINK_MTU: i32 = 1400;
1717

1818
/// Create a new tun interface and set required routes
1919
///

0 commit comments

Comments
 (0)