Sigh, fix a rookie patch merge error.
Also-missed-by: peter
This commit is contained in:
parent
e68744c276
commit
e7034ee2a7
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user