diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-07-19 18:29:38 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-07-19 18:29:38 +0000 |
| commit | d65bf08af308dbeadf94e7f41d885f1e42e5a961 (patch) | |
| tree | 8310a2d2cde8fb33557fdfcea9b704059c5e4575 /sys/netinet/tcp_input.c | |
| parent | 0f3b0aa87cccf30f1fc4354df5b52bcb74cc4a61 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 0fb62e0e8dcd..64cbed92f9b5 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1785,6 +1785,7 @@ process_ACK: * we left off. */ if (tp->t_rxtshift == 1 && ticks < tp->t_badrxtwin) { + ++tcpstat.tcps_sndrexmitbad; tp->snd_cwnd = tp->snd_cwnd_prev; tp->snd_ssthresh = tp->snd_ssthresh_prev; tp->snd_nxt = tp->snd_max; |
