HomeFreeBSD

TCP BBR: remove code which is not needed

Description

TCP BBR: remove code which is not needed

rc_bbr_substate is a 3-bit unsigned int, so it can't be larger than
or equal to 8. The wrap around already happens.
No functional change intended.

Reviewed by: rrs
CID: 1523795
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D48320

(cherry picked from commit 4bce1a19fcfac0c9f22c11278daa510546ccd3f2)

Details

Provenance
tuexenAuthored on Jan 4 2025, 8:08 PM
Reviewer
rrs
Differential Revision
D48320: TCP BBR: remove code not needed
Parents
rG2632e532c431: TCP BBR: simplify expression
Branches
Unknown
Tags
Unknown