From: Dave Taht <dave.taht@gmail.com>
To: "Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] eliminating link_ms and increasing packets to 64 bits
Date: Fri, 23 Mar 2018 08:57:26 -0700 [thread overview]
Message-ID: <CAA93jw6Xytgunp_rzowVCLviyV3eDT5dGvx-LLHf6QpzUqg1LA@mail.gmail.com> (raw)
In-Reply-To: <87muyz2jvg.fsf@toke.dk>
the preceding space handles column alignment. the %12 is probably
going to be misleading.
On Fri, Mar 23, 2018 at 2:58 AM, Toke Høiland-Jørgensen <toke@toke.dk> wrote:
> Dave Taht <dave.taht@gmail.com> writes:
>
>> fprintf(f, " pkts ");
>> FOR_EACH_TIN(stnc, tst, i)
>> - fprintf(f, " %12u", tst->sent.packets);
>> + fprintf(f, " %12llu", tst->sent.packets);
>> fprintf(f, "\n");
>
> Presumably this can potentially break column alignment? Not sure that is
> too much of a problem, though; mostly cosmetic?
>
> -Toke
--
Dave Täht
CEO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-669-226-2619
next prev parent reply other threads:[~2018-03-23 15:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-22 21:59 Dave Taht
2018-03-23 9:58 ` Toke Høiland-Jørgensen
2018-03-23 15:57 ` Dave Taht [this message]
2018-03-23 23:01 ` Toke Høiland-Jørgensen
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
List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAA93jw6Xytgunp_rzowVCLviyV3eDT5dGvx-LLHf6QpzUqg1LA@mail.gmail.com \
--to=dave.taht@gmail.com \
--cc=cake@lists.bufferbloat.net \
--cc=toke@toke.dk \
/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