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)
Feb 15 2024, 4:33 AM
Unknown Object (File)
Feb 7 2024, 12:09 PM
Unknown Object (File)
Dec 20 2023, 7:09 AM
Unknown Object (File)
Nov 11 2023, 8:26 PM
Unknown Object (File)
Nov 9 2023, 3:32 PM
Unknown Object (File)
Nov 7 2023, 7:14 PM
Unknown Object (File)
Nov 7 2023, 6:43 PM
Unknown Object (File)
Oct 29 2023, 3:01 PM
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