Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)

This commit is contained in:
Mike Silbersack 2004-04-26 02:57:33 +00:00
parent 80dd2a81fb
commit fa126c2954
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128654

View File

@ -415,6 +415,7 @@ tcp_stats(u_long off __unused, const char *name, int af1 __unused)
p(tcps_accepts, "\t%lu connection accept%s\n");
p(tcps_badsyn, "\t%lu bad connection attempt%s\n");
p(tcps_listendrop, "\t%lu listen queue overflow%s\n");
p(tcps_badrst, "\t%lu Ignored RSTs in the window%s\n");
p(tcps_connects, "\t%lu connection%s established (including accepts)\n");
p2(tcps_closed, tcps_drops,
"\t%lu connection%s closed (including %lu drop%s)\n");