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)
Tue, May 21, 7:25 PM
Unknown Object (File)
May 12 2024, 2:17 PM
Unknown Object (File)
May 11 2024, 2:49 AM
Unknown Object (File)
May 10 2024, 1:24 PM
Unknown Object (File)
Mar 18 2024, 3:27 PM
Unknown Object (File)
Feb 20 2024, 9:27 AM
Unknown Object (File)
Jan 28 2024, 7:04 PM
Unknown Object (File)
Jan 19 2024, 2:10 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