diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
commit | 949697742576e42a42bd5167dde01391c7c64b97 (patch) | |
tree | d4e4d91617e4b4a63b7a16faff4054779b07e7ec /sys/netinet/tcp_var.h | |
parent | a264dff2442a60964cbf2c4585b92128a2ce3d97 (diff) |
Only two `h' in threshold.
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r-- | sys/netinet/tcp_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 85117aa15f3..f0d6d974cfc 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_var.h,v 1.77 2005/08/02 11:05:44 markus Exp $ */ +/* $OpenBSD: tcp_var.h,v 1.78 2005/11/15 21:09:46 miod Exp $ */ /* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */ /* @@ -148,7 +148,7 @@ struct tcpcb { */ /* congestion control (for slow start, source quench, retransmit after loss) */ u_long snd_cwnd; /* congestion-controlled window */ - u_long snd_ssthresh; /* snd_cwnd size threshhold for + u_long snd_ssthresh; /* snd_cwnd size threshold for * for slow start exponential to * linear switch */ |