HomeFreeBSD

tcp: use tcp_fixed_maxseg instead of tcp_maxseg in cc modules

Description

tcp: use tcp_fixed_maxseg instead of tcp_maxseg in cc modules

tcp_fixed_maxseg() is the streamlined calculation of typical
tcp options and more suitable for heavy use in the congestion
control modules on every received packet.

No external functional change.

Reviewed By: tuexen, transport
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D43779

Details

Provenance
rscheffAuthored on Feb 8 2024, 4:56 PM
Reviewer
transport
Differential Revision
D43779: tcp: use tcp_fixed_maxseg instead of tcp_maxseg in cc modules
Parents
rG0bd8eb3e08d9: unix: retire LOCAL_CONNWAIT
Branches
Unknown
Tags
Unknown