summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-09-30 18:55:45 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-09-30 18:55:45 +0000
commita84db8f49e9553ad76235347fbf10bfd14a71ca7 (patch)
tree51d62dac76b08ebec4290f47e66f779d2de33f86 /sys/netinet/tcp_input.c
parent92ceafffd01e4e6de954c98d815fb2f92e061385 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 958a44f3c7cb..3e6f589ff848 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -2777,6 +2777,7 @@ tcp_newreno_partial_ack(tp, th)
* (tp->snd_una has not yet been updated when this function is called.)
*/
tp->snd_cwnd = tp->t_maxseg + (th->th_ack - tp->snd_una);
+ tp->t_flags |= TF_ACKNOW;
(void) tcp_output(tp);
tp->snd_cwnd = ocwnd;
if (SEQ_GT(onxt, tp->snd_nxt))