diff options
author | jayanth <jayanth@FreeBSD.org> | 2000-05-17 06:55:00 +0000 |
---|---|---|
committer | jayanth <jayanth@FreeBSD.org> | 2000-05-17 06:55:00 +0000 |
commit | e7034ee2a7bb57a6925cb3d37bf994516c67317d (patch) | |
tree | b6167ba3d46247ca5041cda65e5d8d5d96f7e5d7 /sys/netinet/tcp_input.c | |
parent | e68744c276af9de9015738be8aa647a092816b0e (diff) | |
download | FreeBSD-src-e7034ee2a7bb57a6925cb3d37bf994516c67317d.zip FreeBSD-src-e7034ee2a7bb57a6925cb3d37bf994516c67317d.tar.gz |
Sigh, fix a rookie patch merge error.
Also-missed-by: peter
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index a93b2cc..0c562c8 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -2847,10 +2847,7 @@ tcp_newreno(tp, th) * is called) */ tp->snd_cwnd = tp->t_maxseg + (th->th_ack - tp->snd_una); - (void) tcp_output(tp); - (void) tcp_output(tp); - tp->snd_cwnd = ocwnd; if (SEQ_GT(onxt, tp->snd_nxt)) tp->snd_nxt = onxt; |