Page MenuHomeFreeBSD

tcp: remove unused tcp_sack_output_debug() function
ClosedPublic

Authored by rscheff on Jan 19 2024, 12:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 17, 4:42 AM
Unknown Object (File)
May 5 2025, 10:47 AM
Unknown Object (File)
Apr 24 2025, 9:53 AM
Unknown Object (File)
Apr 21 2025, 7:49 AM
Unknown Object (File)
Apr 10 2025, 7:15 PM
Unknown Object (File)
Mar 21 2025, 6:03 AM
Unknown Object (File)
Feb 24 2025, 6:28 PM
Unknown Object (File)
Feb 10 2025, 6:47 PM
Subscribers

Details

Summary

The tcp_sack_output_debug() function appears to have been
written while making sure that traversing the scoreboard
with hints would work as expected. It has not been used
as the preprocesser would exclude it. This debugging code has
been lingering for years with no known use.

No functional change.

Diff Detail

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