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)
Mon, Apr 28, 6:19 AM
Unknown Object (File)
Sat, Apr 19, 10:43 AM
Unknown Object (File)
Wed, Apr 16, 1:00 PM
Unknown Object (File)
Wed, Apr 16, 7:54 AM
Unknown Object (File)
Wed, Apr 16, 2:31 AM
Unknown Object (File)
Mon, Apr 7, 6:11 PM
Unknown Object (File)
Mar 8 2025, 4:44 PM
Unknown Object (File)
Jan 2 2025, 5:49 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 Not Applicable
Unit
Tests Not Applicable

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