Page MenuHomeFreeBSD

tcp: Make all references to CUBIC uppercase
ClosedPublic

Authored by rscheff on Sep 13 2022, 1:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 10:53 PM
Unknown Object (File)
Sun, May 17, 10:53 PM
Unknown Object (File)
Sun, May 17, 10:39 PM
Unknown Object (File)
Mon, May 11, 1:17 AM
Unknown Object (File)
Apr 28 2026, 9:16 AM
Unknown Object (File)
Apr 24 2026, 11:55 AM
Unknown Object (File)
Apr 16 2026, 4:36 AM
Unknown Object (File)
Apr 15 2026, 6:02 AM

Details

Summary

Consistently refer to CUBIC the congestion control mechanism
in uppercase throughout all comments.

No functional change.

Diff Detail

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

Event Timeline

rscheff created this revision.
This revision is now accepted and ready to land.Sep 13 2022, 1:37 PM
cc added inline comments.
sys/netinet/cc/cc_cubic.c
626

CUBIC

sys/netinet/cc/cc_cubic.h
76

CUBIC_C_FACTOR

81

CUBIC

This revision was automatically updated to reflect the committed changes.