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)
Feb 15 2024, 12:01 PM
Unknown Object (File)
Jan 29 2024, 4:07 PM
Unknown Object (File)
Dec 23 2023, 1:59 AM
Unknown Object (File)
Dec 23 2023, 1:59 AM
Unknown Object (File)
Dec 14 2023, 3:22 AM
Unknown Object (File)
Dec 12 2023, 2:14 PM
Unknown Object (File)
Dec 6 2023, 1:13 AM
Unknown Object (File)
Nov 29 2023, 12:49 PM
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