On Mon, Sep 29, 2014 at 05:38:51PM +0000, Ryan Stone wrote:

> Author: rstone
> Date: Mon Sep 29 17:38:50 2014
> New Revision: 272284
> URL: http://svnweb.freebsd.org/changeset/base/272284
> 
> Log:
>   Fix integer truncation in affecting systat -ifstat
>   
>   The "systat -ifstat" command was using a u_int to store byte counters.
>   With a 10Gbps or faster interface, this overflows within the default
>   5 second refresh period.  Switch to using a uint64_t across the board,
>   which matches the size used for all counters as of r263102.
>   
>   PR:         182448
>   MFC after:  1 week
>   Sponsored by:       Sandvine Inc

No NFC yet.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to