[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171215094515.386f8e6f@elisabeth>
Date: Fri, 15 Dec 2017 09:45:15 +0100
From: Stefano Brivio <sbrivio@...hat.com>
To: Roman Mashak <mrv@...atatu.com>
Cc: stephen@...workplumber.org, netdev@...r.kernel.org,
jhs@...atatu.com
Subject: Re: [PATCH v2 iproute2 1/1] ss: add missing path MTU parameter
Hi Roman,
On Thu, 14 Dec 2017 14:59:11 -0500
Roman Mashak <mrv@...atatu.com> wrote:
> @@ -1959,6 +1960,8 @@ static void tcp_stats_print(struct tcpstat *s)
>
> if (s->mss)
> printf(" mss:%d", s->mss);
> + if (s->pmtu)
> + printf(" pmtu:%u", s->pmtu);
You'll simply need to change this to out() now, as this print will be
buffered.
--
Stefano
Powered by blists - more mailing lists