Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58922
b: refs/heads/master
c: 49d66a7
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jul 11, 2007
1 parent 514e35f commit 51d5188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8132da4d412ad51c34bad11133a8f0941e2a1972
refs/heads/master: 49d66a70cf9fd94057aacd6055334299ab3a5eac
2 changes: 1 addition & 1 deletion trunk/net/dccp/ccids/ccid3.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static int ccid3_hc_tx_send_packet(struct sock *sk, struct sk_buff *skb)
* else
* // 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;

ccid3_hc_tx_update_win_count(hctx, now);
Expand Down

0 comments on commit 51d5188

Please sign in to comment.