mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Sigh, fix a rookie patch merge error.
Also-missed-by: peter
This commit is contained in:
parent
5d5d5fc0bf
commit
75c6e0e253
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60662
@ -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…
Reference in New Issue
Block a user