Remove duplicate definition for tcps_persistdrop, as added by davidg some

time ago.  I left in Garrett's one, because his was in the 4.4-Lite-2
location, making any diffs just that little bit smaller.

I presume this choice means that netstat needs to be recompiled before
"netstat -s" will give a meaningful answer on tcp stats.
This commit is contained in:
peter 1995-09-22 07:40:18 +00:00
parent ee52758175
commit 78e8883c28

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_var.h 8.4 (Berkeley) 5/24/95
* $Id: tcp_var.h,v 1.15 1995/07/29 18:48:44 davidg Exp $
* $Id: tcp_var.h,v 1.16 1995/09/21 17:29:13 wollman Exp $
*/
#ifndef _NETINET_TCP_VAR_H_
@ -239,7 +239,6 @@ struct tcpstat {
u_long tcps_timeoutdrop; /* conn. dropped in rxmt timeout */
u_long tcps_rexmttimeo; /* retransmit timeouts */
u_long tcps_persisttimeo; /* persist timeouts */
u_long tcps_persistdrop; /* conns dropped by persist timeout */
u_long tcps_keeptimeo; /* keepalive timeouts */
u_long tcps_keepprobe; /* keepalive probes sent */
u_long tcps_keepdrops; /* connections dropped in keepalive */