lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ