]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d52699edf5b6e72a9969c4329315caa9721a858
tree5e9d89ab2d96a82dbeb0ed63a2454fdfe8529710
parent7eca0986b9bb6dd63aa29ce1262507b6a338493d
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