HomeFreeBSD

MFC r367007: tcp: move cwnd and ssthresh updates into cc modules

Description

MFC r367007: tcp: move cwnd and ssthresh updates into cc modules

This will pave the way of setting ssthresh differently in TCP CUBIC, according
to RFC8312 section 4.7.

Use dynamic tcp_maxseg() adjusting for tcp options instead of static t_maxseg.

Submitted by: chengc_netapp.com
Reviewed by: rrs, tuexen, rscheff
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26807

Details

Provenance
rscheffAuthored on
Reviewer
rrs
Differential Revision
D26807: move cwnd and ssthresh updates into individual congestion control module
Parents
rS367751: MFC of 367045.
Branches
Unknown
Tags
Unknown