From: Stefano Brivio <sbrivio@redhat.com>
To: Roman Mashak <mrv@mojatatu.com>
Cc: stephen@networkplumber.org, netdev@vger.kernel.org, jhs@mojatatu.com
Subject: Re: [PATCH v2 iproute2 1/1] ss: add missing path MTU parameter
Date: Fri, 15 Dec 2017 09:45:15 +0100 [thread overview]
Message-ID: <20171215094515.386f8e6f@elisabeth> (raw)
In-Reply-To: <1513281551-31687-1-git-send-email-mrv@mojatatu.com>
Hi Roman,
On Thu, 14 Dec 2017 14:59:11 -0500
Roman Mashak <mrv@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.
--
Stefano
next prev parent reply other threads:[~2017-12-15 8:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 19:59 [PATCH v2 iproute2 1/1] ss: add missing path MTU parameter Roman Mashak
2017-12-15 5:15 ` Stephen Hemminger
2017-12-15 8:45 ` Stefano Brivio [this message]
2017-12-15 13:58 ` Roman Mashak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171215094515.386f8e6f@elisabeth \
--to=sbrivio@redhat.com \
--cc=jhs@mojatatu.com \
--cc=mrv@mojatatu.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).