Page MenuHomeFreeBSD

Extend netstat to display the TCP congestion control
ClosedPublic

Authored by tuexen on Sep 12 2020, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 7:17 AM
Unknown Object (File)
Sat, Apr 27, 5:03 PM
Unknown Object (File)
Sat, Apr 27, 5:03 PM
Unknown Object (File)
Sat, Apr 27, 5:03 PM
Unknown Object (File)
Sat, Apr 27, 5:03 PM
Unknown Object (File)
Sat, Apr 27, 3:55 PM
Unknown Object (File)
Sat, Apr 27, 3:24 PM
Unknown Object (File)
Feb 15 2024, 4:33 AM
Subscribers

Details

Summary

This patch adds the -c option to netstat, which enables the displaying of the name of the congestion control module used by a TCP connection.

This depends on D26412.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Perhaps it is better to match sockstat (D26413) and make the option -C instead of -c.

Perhaps it is better to match sockstat (D26413) and make the option -C instead of -c.

Done, but the options are already not in sync:

  • -p in netstat and -P in sockstat for selecting the protocol.
  • -a in netstat and -l in sockstat for showing listening sockets.

I wanted to suggest using -C (for reasons, instead of -c), but seeing this is already addressed...

This revision is now accepted and ready to land.Sep 12 2020, 9:25 PM