diff options
| author | Jayanth Vijayaraghavan <jayanth@FreeBSD.org> | 2000-05-17 06:55:00 +0000 |
|---|---|---|
| committer | Jayanth Vijayaraghavan <jayanth@FreeBSD.org> | 2000-05-17 06:55:00 +0000 |
| commit | 75c6e0e253c2505b9e17b1496a9aa96e7fb45787 (patch) | |
| tree | a6b35782ec3e221685c4bf3afb63639fd192fc4b | |
| parent | 5d5d5fc0bfd21f7e0e00df858396b4eb90b13f08 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_input.c | 3 | ||||
| -rw-r--r-- | sys/netinet/tcp_reass.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index a93b2cca5d7e..0c562c8f97ae 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; diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index a93b2cca5d7e..0c562c8f97ae 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.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; |
