HomeFreeBSD

tcp: Use segment size excluding tcp options for all cwnd calculations

Description

tcp: Use segment size excluding tcp options for all cwnd calculations

Avoid sending small segments by making sure that cwnd is usually
calculated in full (data) segment sizes. Especially during loss
recovery and retransmission scenarios.

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

Details

Provenance
rscheffAuthored on Thu, Nov 14, 9:03 AM
Reviewer
transport
Differential Revision
D47474: tcp: Use segment size excluding any options for all cwnd calculations
Parents
rG8f5a2e216f4c: tcp: fix cwnd recalculation during limited transmit
Branches
Unknown
Tags
Unknown