]> git.ipfire.org Git - thirdparty/iproute2.git/commit
use correct hz for rto,ato
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 20 Jun 2008 19:34:15 +0000 (12:34 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 20 Jun 2008 19:34:15 +0000 (12:34 -0700)
commit4c1db1310f398eade7dad2e1c295cccbb7222066
treebc03094512f9ecf8f3a1fd6621b55ad3d45bdd48
parent3ea2fb985f3aa979a2b270d01fa651a5ef814464
use correct hz for rto,ato

The function get_hz() returns the psched hz value which is wrong
for anything other than tc usage. Should be user hz instead, but
kernel is broken (patch sent) and this code doesn't get hit on
current systems (netlink is used first).
misc/ss.c