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.
Differential D26414
Extend netstat to display the TCP congestion control tuexen on Sep 12 2020, 2:43 PM. Authored by Tags None Referenced Files
Details
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
Event TimelineComment Actions Perhaps it is better to match sockstat (D26413) and make the option -C instead of -c. Comment Actions Done, but the options are already not in sync:
Comment Actions I wanted to suggest using -C (for reasons, instead of -c), but seeing this is already addressed... |