]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Extend netstat to display TCP stack and detailed congestion state (2)
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Fri, 9 Oct 2020 10:55:19 +0000 (10:55 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Fri, 9 Oct 2020 10:55:19 +0000 (10:55 +0000)
commit5432120028ea76c9647c12733baeebb5f18e4634
treef27bbbedbadb2762e608c19a09999b58c6e152a2
parent0e5e35e32239e0aa67726b6ff6fcaa86a79aff56
Extend netstat to display TCP stack and detailed congestion state (2)

Extend netstat to display TCP stack and detailed congestion state

Adding the "-c" option used to show detailed per-connection
congestion control state for TCP sessions.

This is one summary patch, which adds the relevant variables into
xtcpcb. As previous "spare" space is used, these changes are ABI
compatible.

Reviewed by: tuexen
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26518
sys/netinet/tcp_subr.c
sys/netinet/tcp_var.h