diff options
author | 2005-11-15 21:09:44 +0000 | |
---|---|---|
committer | 2005-11-15 21:09:44 +0000 | |
commit | d22fa33de67afe3e385428f758307b710a8c9e3c (patch) | |
tree | e5f23411a16e22353ba0a0a8d26cb219306235a8 /sys/netinet/tcp_input.c | |
parent | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ (diff) | |
download | wireguard-openbsd-d22fa33de67afe3e385428f758307b710a8c9e3c.tar.xz wireguard-openbsd-d22fa33de67afe3e385428f758307b710a8c9e3c.zip |
Only two `h' in threshold.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 174aa1333d3..c95c45db243 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.192 2005/11/02 22:17:20 markus Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.193 2005/11/15 21:09:45 miod Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -1588,7 +1588,7 @@ trimthenstep6: * duplicate ack (ie, window info didn't * change), the ack is the biggest we've * seen and we've seen exactly our rexmt - * threshhold of them, assume a packet + * threshold of them, assume a packet * has been dropped and retransmit it. * Kludge snd_nxt & the congestion * window so we send only this one |