Skip to content

Commit

Permalink
Merge pull request #859 from initramfs/equuleus-fix-tcp-mss
Browse files Browse the repository at this point in the history
firewall: T4709: update documentation for TCP MSS clamping
  • Loading branch information
rebortg committed Dec 19, 2022
2 parents 9ca78c3 + 6205398 commit 768dd2b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/configuration/firewall/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,10 +812,13 @@ IPv4


.. cfgcmd:: set firewall options interface <interface> adjust-mss
<number-of-bytes>
<mss | clamp-mss-to-pmtu>

Use this command to set the maximum segment size for IPv4 transit
packets on a specific interface (500-1460 bytes).
packets on a specific interface (536-65535 bytes).

Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value.

Example
-------
Expand All @@ -835,10 +838,13 @@ IPv6
====

.. cfgcmd:: set firewall options interface <interface> adjust-mss6
<number-of-bytes>
<mss | clamp-mss-to-pmtu>

Use this command to set the maximum segment size for IPv6 transit
packets on a specific interface (1280-1492 bytes).
packets on a specific interface (1220-65535 bytes).

Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value.

.. _firewall:ipv6_example:

Expand Down

0 comments on commit 768dd2b

Please sign in to comment.