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)
Fri, Jan 17, 7:07 PM
Unknown Object (File)
Jan 3 2025, 11:59 PM
Unknown Object (File)
Dec 24 2024, 5:40 PM
Unknown Object (File)
Dec 1 2024, 9:58 PM
Unknown Object (File)
Nov 28 2024, 8:40 AM
Unknown Object (File)
Nov 28 2024, 8:40 AM
Unknown Object (File)
Nov 28 2024, 8:39 AM
Unknown Object (File)
Nov 28 2024, 8:17 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.