diff options
| author | Eric Dumazet <edumazet@google.com> | 2026-04-30 02:14:44 +0000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-04-30 20:54:09 -0700 |
| commit | bc6a9b667f9ff66789c6c66b3bfe0ce5df972b67 (patch) | |
| tree | 4ec3faba094ca48295200d6b35c14d080b6901b5 /include/linux/debugobjects.h | |
| parent | 4e37987362bcac8909f2d4b4458f3aa645e41641 (diff) | |
selftests/net: packetdrill: add tcp_syncookies_ip[46]_9k
These tests check syncookie mode is able to reconstruct some
client options when TCP TS are used:
- wscale option.
- sackOK.
- MSS (in a limited way, especially for IPv4).
- ECN : not enabled.
Note that IPv4 and IPv6 have different msstab[] values:
IPv4 msstab[4] = { 536, 1300, 1440, 1460 }
IPv6 msstab[4] = { 1280 - 60, 1480 - 60, 1500 - 60, 9000 - 60 }
IPv4 is currently capping SND_MSS to 1460, even on a 9K MTU network.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Link: https://patch.msgid.link/20260430021444.2929534-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
