Page MenuHomeFreeBSD

tcp: Printf should be removed.
ClosedPublic

Authored by rrs on Nov 8 2021, 3:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 1:29 AM
Unknown Object (File)
Sat, Nov 9, 12:30 AM
Unknown Object (File)
Oct 9 2024, 1:03 AM
Unknown Object (File)
Oct 3 2024, 9:03 PM
Unknown Object (File)
Sep 26 2024, 1:53 AM
Unknown Object (File)
Sep 7 2024, 10:43 PM
Unknown Object (File)
Sep 4 2024, 11:53 PM
Unknown Object (File)
Aug 25 2024, 5:10 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

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