]> Git Repo - linux.git/commit
tcp_cubic: fix clock dependency
authorstephen hemminger <[email protected]>
Mon, 14 Mar 2011 07:52:15 +0000 (07:52 +0000)
committerDavid S. Miller <[email protected]>
Mon, 14 Mar 2011 22:54:39 +0000 (15:54 -0700)
commit17a6e9f1aa9ba07ca13a1eaf1e631e743af50cca
tree131ea88cfe5d80c162de866ee4156178f70156b1
parentaac46324e12a2bf2e9e0855ad6a287945e34ad39
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 <[email protected]>
Reported-by: Lucas Nussbaum <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/tcp_cubic.c
This page took 0.051545 seconds and 4 git commands to generate.