'fackets' has never been initialized with kernel extracted information, thus never really printed.
Signed-off-by: Roman Mashak <m...@mojatatu.com> --- misc/ss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/ss.c b/misc/ss.c index 09bff8a..465e867 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -2226,6 +2226,7 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r, s.retrans_total = info->tcpi_total_retrans; s.lost = info->tcpi_lost; s.sacked = info->tcpi_sacked; + s.fackets = info->tcpi_fackets; s.reordering = info->tcpi_reordering; s.rcv_space = info->tcpi_rcv_space; s.cwnd = info->tcpi_snd_cwnd; -- 1.9.1