Reset dupack count in header prediction.

Follow-on to rev 1.39.

Reviewed by: jayanth, Thomas R Henderson <thomas.r.henderson@boeing.com>, silby, dillon
This commit is contained in:
hsu 2002-08-15 17:13:18 +00:00
parent 2cf7fe40e7
commit deb0142560
2 changed files with 2 additions and 0 deletions

View File

@ -1023,6 +1023,7 @@ after_listen:
tcpstat.tcps_rcvackbyte += acked;
sbdrop(&so->so_snd, acked);
tp->snd_una = th->th_ack;
tp->t_dupacks = 0;
m_freem(m);
ND6_HINT(tp); /* some progress has been done */

View File

@ -1023,6 +1023,7 @@ after_listen:
tcpstat.tcps_rcvackbyte += acked;
sbdrop(&so->so_snd, acked);
tp->snd_una = th->th_ack;
tp->t_dupacks = 0;
m_freem(m);
ND6_HINT(tp); /* some progress has been done */