Page MenuHomeFreeBSD

Remove DSACK debug logging
ClosedPublic

Authored by rscheff on Jan 16 2020, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 10 2024, 9:43 PM
Unknown Object (File)
Jan 9 2024, 8:57 AM
Unknown Object (File)
Dec 20 2023, 3:05 AM
Unknown Object (File)
Dec 11 2023, 1:17 AM
Unknown Object (File)
Oct 27 2023, 12:57 PM
Unknown Object (File)
Oct 10 2023, 8:29 PM
Unknown Object (File)
Sep 18 2023, 8:25 AM
Unknown Object (File)
Sep 18 2023, 8:24 AM
Subscribers

Details

Summary

Left dmesg debug logging in the DSACK code.
As the DSACK functionality was thoroughly debugged in the
meantime, this is no longer necessary.

DSACK timeline and required patches so far:

rS347382 (2019-05-09) - initial dirty hack
rS347407 (2019-05-09) - no C++ comments
rS348728 (2019-06-96) - RACK changes
rS349987 (2019-07-14) - send dsack blk only once
rS351725 (2019-09-02) - fully conform with rfc2883
rS351801 (2019-09-02) - fix SACK block generation
rS352072 (2019-09-02) - update dsack only for data segments
rS352386 (2019-09-16) - fix out of bounds write
rS356796 (2020-01-16) - remove debug code (this change)
rS357100 (2020-01-24) - Fix TCP FO

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 16 2020, 5:12 PM
This revision was automatically updated to reflect the committed changes.
tuexen edited the summary of this revision. (Show Details)