search for: tcps_listendrop

Displaying 1 result from an estimated 1 matches for "tcps_listendrop".

2004 Apr 23
1
Proposed RST patch
.../src/sys/netinet/tcp_var.h --- /usr/src/sys.old/netinet/tcp_var.h Thu Apr 22 01:15:16 2004 +++ /usr/src/sys/netinet/tcp_var.h Fri Apr 23 22:12:49 2004 @@ -414,6 +414,7 @@ u_long tcps_badsyn; /* bogus SYN, e.g. premature ACK */ u_long tcps_mturesent; /* resends due to MTU discovery */ u_long tcps_listendrop; /* listen queue overflows */ + u_long tcps_badrst; /* ignored RSTs in the window */ u_long tcps_sc_added; /* entry added to syncache */ u_long tcps_sc_retransmitted; /* syncache entry was retransmitted */ -------------- next part -------------- --- /usr/src/usr.bin/netstat/inet.c.old Fri A...