summaryrefslogtreecommitdiffstats
path: root/doc/source/manual/mtu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/manual/mtu.rst')
-rw-r--r--doc/source/manual/mtu.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/manual/mtu.rst b/doc/source/manual/mtu.rst
index 395a707..22bfb1a 100644
--- a/doc/source/manual/mtu.rst
+++ b/doc/source/manual/mtu.rst
@@ -4,7 +4,7 @@ The default MTU of fastd is 1500. This allows briding the fastd interface in TAP
mode with other interface with the same MTU, but will usually cause fastd's UDP
packets to be fragmented. Fragmentation can lower the
performance or even cause connectivity problems when broken routers filter ICMP packets,
-so if possible the MTU should be chosed small enough so that IP fragmentation can be avoided.
+so if possible the MTU should be chosen small enough so that IP fragmentation can be avoided.
Unlike OpenVPN, fastd doesn't support fragmentation itself, but relies on the IP stack to fragment packets when necessary.
Guidelines