diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2020-09-13 09:12:25 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2020-09-13 09:12:25 +0000 |
commit | 2ac089d0e645b0fea3fd083fa7ceacb3a0b4db90 (patch) | |
tree | a20a03b30a58bd85ef9de1d9ee712c8c0c0107af /usr.bin/sockstat/sockstat.1 | |
parent | 42d756079627cba6e04932afc8bcb50954ca9fb0 (diff) | |
download | src-test2-2ac089d0e645b0fea3fd083fa7ceacb3a0b4db90.tar.gz src-test2-2ac089d0e645b0fea3fd083fa7ceacb3a0b4db90.zip |
Notes
Diffstat (limited to 'usr.bin/sockstat/sockstat.1')
-rw-r--r-- | usr.bin/sockstat/sockstat.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 2160f864738b..571b3e7041bb 100644 --- a/usr.bin/sockstat/sockstat.1 +++ b/usr.bin/sockstat/sockstat.1 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 13, 2020 +.Dd September 13, 2020 .Dt SOCKSTAT 1 .Os .Sh NAME @@ -35,7 +35,7 @@ .Nd list open sockets .Sh SYNOPSIS .Nm -.Op Fl 46cLlSsUuvw +.Op Fl 46CcLlSsUuvw .Op Fl j Ar jid .Op Fl p Ar ports .Op Fl P Ar protocols @@ -56,6 +56,9 @@ Show Show .Dv AF_INET6 (IPv6) sockets. +.It Fl C +Display the congestion control module, if applicable. +This is currently only implemented for TCP. .It Fl c Show connected sockets. .It Fl j Ar jail @@ -171,6 +174,10 @@ is specified (only for SCTP or TCP). The protocol stack if .Fl S is specified (only for TCP). +.It Li CC +The congestion control if +.Fl C +is specified (only for TCP). .El .Pp If a socket is associated with more than one file descriptor, |