allow userland to query the congestion control algorithm in use by a given TCP socket
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| usr.bin/netstat/inet.c | ||
|---|---|---|
| 484 | It seems cc is shown when istcp is on and Tflag is on. However, the title is shown when Tflag is on. Is it intentional? | |
Comment Actions
OBE. This was done a different way in
commit 0e5e35e32239e0aa67726b6ff6fcaa86a79aff56 Author: Richard Scheffenegger <rscheff@FreeBSD.org> Date: Fri Oct 9 10:07:41 2020 +0000 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 Notes: svn path=/head/; revision=366566