|
@@ -363,7 +363,7 @@ static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb)
|
|
* else
|
|
* else
|
|
* // send the packet in (t_nom - t_now) milliseconds.
|
|
* // send the packet in (t_nom - t_now) milliseconds.
|
|
*/
|
|
*/
|
|
- if (delay - (s64)hctx->ccid3hctx_delta >= 0)
|
|
|
|
|
|
+ if (delay - (s64)hctx->ccid3hctx_delta >= 1000)
|
|
return (u32)delay / 1000L;
|
|
return (u32)delay / 1000L;
|
|
|
|
|
|
ccid3_hc_tx_update_win_count(hctx, now);
|
|
ccid3_hc_tx_update_win_count(hctx, now);
|