diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.c')
-rw-r--r-- | net/dccp/ccids/ccid2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c index 9b3ae9922be..f564211c388 100644 --- a/net/dccp/ccids/ccid2.c +++ b/net/dccp/ccids/ccid2.c | |||
@@ -193,8 +193,8 @@ static void ccid2_hc_tx_rto_expire(unsigned long data) | |||
193 | hc->tx_ssthresh = hc->tx_cwnd / 2; | 193 | hc->tx_ssthresh = hc->tx_cwnd / 2; |
194 | if (hc->tx_ssthresh < 2) | 194 | if (hc->tx_ssthresh < 2) |
195 | hc->tx_ssthresh = 2; | 195 | hc->tx_ssthresh = 2; |
196 | hc->tx_cwnd = 1; | 196 | hc->tx_cwnd = 1; |
197 | hc->tx_pipe = 0; | 197 | hc->tx_pipe = 0; |
198 | 198 | ||
199 | /* clear state about stuff we sent */ | 199 | /* clear state about stuff we sent */ |
200 | hc->tx_seqt = hc->tx_seqh; | 200 | hc->tx_seqt = hc->tx_seqh; |