mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)
This commit is contained in:
parent
80dd2a81fb
commit
fa126c2954
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128654
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user