diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-11-21 18:45:51 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-11-21 18:45:51 +0000 |
| commit | d00fd2011de2ddfa1ea78e6befacc03c1ed14aaf (patch) | |
| tree | 93d856e5c84d50cad3a65577232d84d68b025dcc /sys/netinet/tcp_reass.c | |
| parent | 75595bf1eb7f92752803f5088d54f76a72de16a4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_reass.c')
| -rw-r--r-- | sys/netinet/tcp_reass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index baa972d614ff..7ab594eaec10 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -1139,7 +1139,6 @@ findpcb: tp->irs = th->th_seq; tcp_sendseqinit(tp); tcp_rcvseqinit(tp); - tp->snd_recover = tp->snd_una; /* * Initialization of the tcpcb for transaction; * set SND.WND = SEG.WND, |
