]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: take care of unknown min_rtt
authorEric Dumazet <edumazet@google.com>
Wed, 13 Apr 2016 22:18:38 +0000 (15:18 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 19 Apr 2016 14:56:54 +0000 (07:56 -0700)
commitd9ba887e9d37b2c5ff012f2abd0776cf93208fba
tree5c3f65d3c0695a6e188db2450ae7db670721d258
parente56a959e550f424023ebf3ebb8437f214944a245
ss: take care of unknown min_rtt

Kernel sets info->tcpi_min_rtt to ~0U when no RTT sample was ever
taken for the session, thus min_rtt is unknown.

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