summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_seq.h
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>2003-01-13 11:01:20 +0000
committerhsu <hsu@FreeBSD.org>2003-01-13 11:01:20 +0000
commitab47952ce009632a41e7916dca900d27f4b30b1d (patch)
tree036173ce45a357485bd157f0fc70d05142459d6c /sys/netinet/tcp_seq.h
parente47bfa007900b9570365936060e3afbcf2ea1d35 (diff)
downloadFreeBSD-src-ab47952ce009632a41e7916dca900d27f4b30b1d.zip
FreeBSD-src-ab47952ce009632a41e7916dca900d27f4b30b1d.tar.gz
Fix NewReno.
Reviewed by: Tom Henderson <thomas.r.henderson@boeing.com>
Diffstat (limited to 'sys/netinet/tcp_seq.h')
-rw-r--r--sys/netinet/tcp_seq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h
index 5850ccc..90dd97d 100644
--- a/sys/netinet/tcp_seq.h
+++ b/sys/netinet/tcp_seq.h
@@ -73,7 +73,7 @@
#define tcp_sendseqinit(tp) \
(tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
- (tp)->snd_recover = (tp)->iss
+ (tp)->snd_recover = (tp)->snd_high = (tp)->iss
#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * hz)
/* timestamp wrap-around time */
OpenPOWER on IntegriCloud