commit | c33ad6e476e4cdc245215f3eb5b3df353df1b370 | [log] [tgz] |
---|---|---|
author | Baruch Even <baruch@ev-en.org> | Mon Mar 20 22:22:20 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:22:20 2006 -0800 |
tree | b19831b1630b5963a897ae655027c6d7acdd2895 | |
parent | b191ba0d599928372be5a89f75486eb58efab48a [diff] |
[TCP] H-TCP: Use msecs_to_jiffies Use functions to calculate jiffies from milliseconds and not the old, crude method of dividing HZ by a value. Ensures more accurate values even in the face of strange HZ values. Signed-off-By: Baruch Even <baruch@ev-en.org> Signed-off-by: David S. Miller <davem@davemloft.net>