summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_seq.h
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-11-21 18:45:51 +0000
committerjlemon <jlemon@FreeBSD.org>2001-11-21 18:45:51 +0000
commitc41580e9addbdb6bb5d194f56f3aa8f99db39808 (patch)
tree93d856e5c84d50cad3a65577232d84d68b025dcc /sys/netinet/tcp_seq.h
parentb2b66c0537ee9de505fa8ccbe7974435afed26db (diff)
downloadFreeBSD-src-c41580e9addbdb6bb5d194f56f3aa8f99db39808.zip
FreeBSD-src-c41580e9addbdb6bb5d194f56f3aa8f99db39808.tar.gz
Move initialization of snd_recover into tcp_sendseqinit().
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 c1d36d3..5850ccc 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)->iss
+ (tp)->snd_recover = (tp)->iss
#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * hz)
/* timestamp wrap-around time */
OpenPOWER on IntegriCloud