Page MenuHomeFreeBSD

tcp: allow window scale and timestamps to be toggled individually
ClosedPublic

Authored by rscheff on Oct 3 2022, 10:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 4 2024, 4:20 PM
Unknown Object (File)
Oct 1 2024, 6:13 AM
Unknown Object (File)
Sep 22 2024, 8:55 PM
Unknown Object (File)
Sep 11 2024, 12:59 AM
Unknown Object (File)
Sep 10 2024, 4:51 PM
Unknown Object (File)
Sep 8 2024, 9:48 PM
Unknown Object (File)
Jul 14 2024, 4:49 AM
Unknown Object (File)
Jun 26 2024, 12:28 AM
Subscribers

Details

Summary

Simple change to allow for the individual toggling of
RFC7323 window scaling and timestamp option. The default
of "1" retains the function of enabling both at the same
time (as to most other non-zero values), "2" only enables
window scaling and "3" only enables timestamps

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable