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, Oct 23, 10:50 PM
Unknown Object (File)
Thu, Oct 3, 8:04 PM
Unknown Object (File)
Oct 2 2024, 7:33 AM
Unknown Object (File)
Sep 13 2024, 9:01 PM
Unknown Object (File)
Sep 7 2024, 10:00 AM
Unknown Object (File)
Sep 5 2024, 10:16 AM
Unknown Object (File)
Sep 5 2024, 10:16 AM
Unknown Object (File)
Sep 5 2024, 10:16 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 33523

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