Page MenuHomeFreeBSD

tcp: Printf should be removed.
ClosedPublic

Authored by rrs on Nov 8 2021, 3:23 PM.
Tags
None
Referenced Files
F107355912: D32894.diff
Sun, Jan 12, 11:33 PM
Unknown Object (File)
Dec 13 2024, 5:33 PM
Unknown Object (File)
Dec 3 2024, 6:13 AM
Unknown Object (File)
Nov 30 2024, 6:42 AM
Unknown Object (File)
Nov 24 2024, 9:38 AM
Unknown Object (File)
Nov 12 2024, 2:51 AM
Unknown Object (File)
Nov 9 2024, 1:29 AM
Unknown Object (File)
Nov 9 2024, 12:30 AM
Subscribers

Details

Summary

There is a printf when a socket option down to the CC module fails, this really
should not be a printf. In fact this whole option needs to be re-thought in coordination
with some other changes in the CC modules (its just not right but its ok what it
does here if it fails since it will just use the ECN beta).

Test Plan

Make sure with pacing we don't get the printf

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped