mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
TCPMSS adjusts all TCP SYN packets, not just outgoing ones.
Pointed out by: ru
This commit is contained in:
parent
248fa967ca
commit
c4498e7de4
2 changed files with 2 additions and 2 deletions
|
|
@ -3069,7 +3069,7 @@ list will still be maintained.
|
|||
Default: Enabled.
|
||||
This option tells
|
||||
.Nm
|
||||
to adjust outgoing TCP SYN packets so that the maximum receive segment
|
||||
to adjust TCP SYN packets so that the maximum receive segment
|
||||
size is not greater than the amount allowed by the interface MTU.
|
||||
.It throughput
|
||||
Default: Enabled.
|
||||
|
|
|
|||
|
|
@ -3069,7 +3069,7 @@ list will still be maintained.
|
|||
Default: Enabled.
|
||||
This option tells
|
||||
.Nm
|
||||
to adjust outgoing TCP SYN packets so that the maximum receive segment
|
||||
to adjust TCP SYN packets so that the maximum receive segment
|
||||
size is not greater than the amount allowed by the interface MTU.
|
||||
.It throughput
|
||||
Default: Enabled.
|
||||
|
|
|
|||
Loading…
Reference in a new issue