Skip to content

Commit

Permalink
Fix a bug when reseting traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Nov 21, 2015
1 parent 4f5edc8 commit 4f92c36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ object TrafficMonitor {
rxRate = 0
txTotal = 0
rxTotal = 0
txLast = 0
rxLast = 0
last = getTraffic(0, 0)
}

Expand Down

0 comments on commit 4f92c36

Please sign in to comment.