Stefano Brivio <sbri...@redhat.com> writes: > On Thu, 14 Dec 2017 14:59:11 -0500 > Roman Mashak <m...@mojatatu.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.