tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
authorStephen Hemminger <shemminger@vyatta.com>
Sat, 28 Jun 2008 03:00:19 +0000 (20:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jun 2008 03:00:19 +0000 (20:00 -0700)
commit7be87351a1f6430426e88b4fcde353ab3330caff
tree5e9d89ab2d96a82dbeb0ed63a2454fdfe8529710
parentc88e6f51c2154c7606f7e281bcca2d1a2c89d7b2
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>
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c