Page MenuHomeFreeBSD

tcp: add sysctl to tolerate TCP segments missing timestamps
ClosedPublic

Authored by tuexen on Jan 13 2021, 10:19 PM.
Tags
None
Referenced Files
F83725570: D28142.diff
Tue, May 14, 1:34 AM
Unknown Object (File)
Sun, May 12, 5:09 PM
Unknown Object (File)
Thu, May 9, 8:24 AM
Unknown Object (File)
Sat, May 4, 10:40 PM
Unknown Object (File)
Sat, Apr 27, 3:54 PM
Unknown Object (File)
Sat, Apr 27, 3:54 PM
Unknown Object (File)
Sat, Apr 27, 3:54 PM
Unknown Object (File)
Sat, Apr 27, 2:24 PM

Details

Summary

When timestamp support has been negotiated, TCP segements received without a timestamp should be discarded. However, there are broken TCP implementations (for example, stacks used by Omniswitch 63xx and 64xx models), which send TCP segments without timestamps although
they negotiated timestamp support.
This patch adds a sysctl variable which tolerates such TCP segments and allows to interoperate with broken stacks.

The issue was reported in PR 252449

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Jan 14 2021, 8:24 AM
This revision now requires review to proceed.Jan 14 2021, 7:36 PM
This revision is now accepted and ready to land.Jan 14 2021, 8:53 PM