diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-31 07:08:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-31 07:08:49 +0000 |
| commit | 7bbf75ec4f6788056154a7e2716103bc7a122e96 (patch) | |
| tree | a9c5c92e4f44ff0f12aa8fe2002310b9b369bf94 /usr.bin/systat | |
| parent | 107054204b77082772efa7db973a840ed519f66d (diff) | |
Notes
Diffstat (limited to 'usr.bin/systat')
| -rw-r--r-- | usr.bin/systat/tcp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 433721ec187f3..0b88e4b2a925a 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -86,6 +86,7 @@ static struct tcpstat curstat, initstat, oldstat; 17999999999 keepalive probes 999999999 - acks 18999999999 - timeouts 999999999 - window probes 19 999999999 - window updates +20 999999999 - bad checksum --0123456789012345678901234567890123456789012345678901234567890123456789012345 --0 1 2 3 4 5 6 7 */ @@ -132,6 +133,7 @@ labeltcp(void) L(17, "keepalive probes"); R(17, "- acks"); L(18, "- timeouts"); R(18, "- window probes"); R(19, "- window updates"); + R(20, "- bad checksum"); #undef L #undef R } @@ -253,6 +255,7 @@ showtcp(void) L(17, tcps_keepprobe); R(17, tcps_rcvackpack); L(18, tcps_keeptimeo); R(18, tcps_rcvwinprobe); R(19, tcps_rcvwinupd); + R(20, tcps_rcvbadsum); #undef DO #undef L #undef R |
