Page MenuHomeFreeBSD

tcp: honor rfc1323 sysctl in passive sessions
ClosedPublic

Authored by rscheff on Oct 4 2022, 2:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 12, 4:21 AM
Unknown Object (File)
Sun, Apr 12, 4:16 AM
Unknown Object (File)
Tue, Apr 7, 3:00 PM
Unknown Object (File)
Sun, Apr 5, 6:01 PM
Unknown Object (File)
Mon, Mar 30, 3:04 AM
Unknown Object (File)
Mar 16 2026, 2:18 PM
Unknown Object (File)
Mar 16 2026, 2:52 AM
Unknown Object (File)
Feb 17 2026, 7:29 PM

Details

Summary

On passive sessions, if rfc1323 was set to any non-zero value, whatever the other
side asks for is negotiated for, not what the local setting was set to.

Also, bump the man page date - with was missed when the first commit was applied.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47688
Build 44575: arc lint + arc unit

Event Timeline

I would have written (a != b) instead instead of !(a == b). But I leave it up to you.

This revision is now accepted and ready to land.Oct 7 2022, 12:17 PM