Page MenuHomeFreeBSD

tcp: Make all references to CUBIC uppercase
ClosedPublic

Authored by rscheff on Sep 13 2022, 1:25 PM.
Tags
None
Referenced Files
F94581076: D36547.diff
Tue, Sep 17, 6:39 PM
Unknown Object (File)
Thu, Sep 12, 2:56 AM
Unknown Object (File)
Fri, Sep 6, 11:03 AM
Unknown Object (File)
Thu, Aug 29, 6:01 PM
Unknown Object (File)
Thu, Aug 29, 6:01 PM
Unknown Object (File)
Thu, Aug 29, 6:01 PM
Unknown Object (File)
Thu, Aug 29, 5:58 PM
Unknown Object (File)
Thu, Aug 29, 3:22 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 Passed
Unit
No Test Coverage
Build Status
Buildable 47360
Build 44247: arc lint + arc unit

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.