]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: support of usec rtt in tcp_metrics
authorEric Dumazet <edumazet@google.com>
Fri, 5 Sep 2014 23:54:04 +0000 (16:54 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 28 Sep 2014 22:58:36 +0000 (15:58 -0700)
commit9464a5f26cce2a7f7c54415dc3bb1238fdb71223
treec39c172753474a1e9af90598e65bddc62f148cd1
parentc56361f4b52e1fecc7bbdbb6f9b0f10db46f16f6
ip: support of usec rtt in tcp_metrics

Starting from linux-3.15, kernel supports new tcp metric attributes :
TCP_METRIC_RTT_US & TCP_METRIC_RTTVAR_US

Update ip command to detect their use.

Signed-off-by: Eric Dumazet <edumazet@google.com>
ip/tcp_metrics.c