From eaf9f40462c1c1a9daac2c2eef3ecdff60f59e04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 02:05:52 +0000 Subject: [PATCH] example.conf: Add mtu-target Signed-off-by: Ian Jackson --- example.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example.conf b/example.conf index 719f7e7..c7e3eb3 100644 --- a/example.conf +++ b/example.conf @@ -115,6 +115,11 @@ netlink tun { #mtu 1400; #buffer sysbuffer(2048); +# This is small enough that it fits without fragmentation into +# the foolish wifi on Greater Anglia's now-retired Class 379s. +# This is good because they mishandle fragmentation. +mtu-target 1260; + # This defines the port that this instance of secnet will listen on, and # originate packets on. It does not _have_ to correspond to the advertised -- 2.30.2