HomeFreeBSD

tcp: reduce the size of t_rttupdated in tcpcb

Description

tcp: reduce the size of t_rttupdated in tcpcb

During tcp session start, various mechanisms need to
track a few initial RTTs before becoming active.
Prevent overflows of the corresponding tracking counter
and reduce the size of tcpcb simultaneously.

Reviewed By: transport, tuexen, guest-ccui
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D21117

Details

Provenance
rscheffAuthored on Jan 26 2023, 5:07 PM
Reviewer
transport
Differential Revision
D21117: Reduce size of t_rttupdated in tcpcb
Parents
rG7a78ae88659e: netlink: Zero-initialize writer structures allocated on the stack
Branches
Unknown
Tags
Unknown