Hi Roman,

On Thu, 14 Dec 2017 14:59:11 -0500
Roman Mashak <[email protected]> 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

Reply via email to