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_timer.c | |
parent | a264dff2442a60964cbf2c4585b92128a2ce3d97 (diff) |
Only two `h' in threshold.
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r-- | sys/netinet/tcp_timer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index d8b603617e8..7265e503970 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_timer.c,v 1.37 2005/06/30 08:51:31 markus Exp $ */ +/* $OpenBSD: tcp_timer.c,v 1.38 2005/11/15 21:09:46 miod Exp $ */ /* $NetBSD: tcp_timer.c,v 1.14 1996/02/13 23:44:09 christos Exp $ */ /* @@ -354,12 +354,12 @@ tcp_timer_rexmt(void *arg) * almost immediately. To get more time between * drops but still "push" the network to take advantage * of improving conditions, we switch from exponential - * to linear window opening at some threshhold size. - * For a threshhold, we use half the current window + * to linear window opening at some threshold size. + * For a threshold, we use half the current window * size, truncated to a multiple of the mss. * * (the minimum cwnd that will give us exponential - * growth is 2 mss. We don't allow the threshhold + * growth is 2 mss. We don't allow the threshold * to go below this.) */ { |