[Cake] eliminating link_ms and increasing packets to 64 bits

Toke Høiland-Jørgensen toke at toke.dk
Fri Mar 23 05:58:59 EDT 2018


Dave Taht <dave.taht at 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


More information about the Cake mailing list