aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMohan Srinivasan <mohans@FreeBSD.org>2007-02-26 22:25:21 +0000
committerMohan Srinivasan <mohans@FreeBSD.org>2007-02-26 22:25:21 +0000
commit7c72af877023dbbd7aa8d4ed38d52386d6711680 (patch)
tree21cfa3a2368a7f712458dfdd8d3485b03c0c6fa7 /usr.bin
parent560a54e10cbf5d595fe5fcc5b79efee7ffee6ba9 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/inet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 5f5f54babdd3..d69a0cb0fe76 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -436,6 +436,7 @@ tcp_stats(u_long off __unused, const char *name, int af1 __unused)
p(tcps_timeoutdrop, "\t\t%lu connection%s dropped by rexmit timeout\n");
p(tcps_persisttimeo, "\t%lu persist timeout%s\n");
p(tcps_persistdrop, "\t\t%lu connection%s dropped by persist timeout\n");
+ p(tcps_finwait2_drops, "\t%lu Connection%s (fin_wait_2) dropped because of timeout\n");
p(tcps_keeptimeo, "\t%lu keepalive timeout%s\n");
p(tcps_keepprobe, "\t\t%lu keepalive probe%s sent\n");
p(tcps_keepdrops, "\t\t%lu connection%s dropped by keepalive\n");