commit | 17a6e9f1aa9ba07ca13a1eaf1e631e743af50cca | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Mon Mar 14 07:52:15 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 14 15:54:39 2011 -0700 |
tree | 131ea88cfe5d80c162de866ee4156178f70156b1 | |
parent | aac46324e12a2bf2e9e0855ad6a287945e34ad39 [diff] |
tcp_cubic: fix clock dependency The hystart code was written with assumption that HZ=1000. Replace the use of jiffies with bictcp_clock as a millisecond real time clock. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Reported-by: Lucas Nussbaum <lucas.nussbaum@loria.fr> Signed-off-by: David S. Miller <davem@davemloft.net>