[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <85fu8cum76.fsf@mojatatu.com>
Date: Fri, 15 Dec 2017 08:58:53 -0500
From: Roman Mashak <mrv@...atatu.com>
To: Stefano Brivio <sbrivio@...hat.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
Stefano Brivio <sbrivio@...hat.com> writes:
> 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.
Oh I see why it does not apply, I'll resubmit. Thanks Stefano.
Powered by blists - more mailing lists