commit | 7be87351a1f6430426e88b4fcde353ab3330caff | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri Jun 27 20:00:19 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 27 20:00:19 2008 -0700 |
tree | 5e9d89ab2d96a82dbeb0ed63a2454fdfe8529710 | |
parent | c88e6f51c2154c7606f7e281bcca2d1a2c89d7b2 [diff] |
tcp: /proc/net/tcp rto,ato values not scaled properly (v2) I found another case where we are sending information to userspace in the wrong HZ scale. This should have been fixed back in 2.5 :-( This means an ABI change but as it stands there is no way for an application like ss to get the right value. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>