Fix stats error.
This commit is contained in:
parent
377e9ac66e
commit
1ee63f7752
|
@ -27,6 +27,8 @@ public class Statistics {
|
|||
packesPerSec = packetsTransferred;
|
||||
timestamp1 = timestamp2;
|
||||
print();
|
||||
bytesTransferred = 0;
|
||||
packetsTransferred = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue