Sigh, fix a rookie patch merge error.

Also-missed-by:	peter
This commit is contained in:
jayanth 2000-05-17 06:55:00 +00:00
parent e68744c276
commit e7034ee2a7
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;