You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values returned by psutil.network_io_counters() on BSD are erroneous as
we're assuming an 'unsigned long long' type instead of 'unsigned long'.
Fixed in r1471 .
From g.rodola on July 19, 2012 11:45:55
Original issue: http://code.google.com/p/psutil/issues/detail?id=307
The text was updated successfully, but these errors were encountered: