Sigh, fix a rookie patch merge error.

Also-missed-by:	peter
This commit is contained in:
Jayanth Vijayaraghavan 2000-05-17 06:55:00 +00:00
parent 5d5d5fc0bf
commit 75c6e0e253
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60662
2 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -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;