commit | e8bd8fca6773ef49390269bd467bf940a0841ccf | [log] [tgz] |
---|---|---|
author | Yousuk Seung <ysseung@google.com> | Thu Nov 15 16:44:12 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 17 20:34:36 2018 -0800 |
tree | 8dec28ff16f6d6829de8aff8f60276ff2afd3247 | |
parent | 54e8cb786130949a4d37792383cb528176771e5d [diff] |
tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS Add TCP_NLA_SRTT to SCM_TIMESTAMPING_OPT_STATS that reports the smoothed round trip time in microseconds (tcp_sock.srtt_us >> 3). Signed-off-by: Yousuk Seung <ysseung@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>