Page MenuHomeFreeBSD

export the cc algorithm by way of netstat
AcceptedPublic

Authored by kmacy on Dec 14 2015, 3:45 AM.
Referenced Files
Unknown Object (File)
Mar 16 2024, 4:02 AM
Unknown Object (File)
Jan 22 2024, 2:47 PM
Unknown Object (File)
Jan 11 2024, 9:58 PM
Unknown Object (File)
Sep 21 2023, 1:33 AM
Unknown Object (File)
Aug 24 2023, 10:56 PM
Unknown Object (File)
Jul 4 2023, 11:38 AM
Unknown Object (File)
Jun 21 2023, 9:50 AM
Unknown Object (File)
May 2 2023, 9:55 PM

Details

Reviewers
gnn
ume
Summary

allow userland to query the congestion control algorithm in use by a given TCP socket

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kmacy retitled this revision from to export the cc algorithm by way of netstat.
kmacy updated this object.
kmacy edited the test plan for this revision. (Show Details)
kmacy added reviewers: ume, gnn.
kmacy set the repository for this revision to rS FreeBSD src repository - subversion.
kmacy added a project: transport.
kmacy added subscribers: benno, transport.
gnn edited edge metadata.
This revision is now accepted and ready to land.Dec 15 2015, 3:34 PM
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?