Commit 4f92c362 authored by Max Lv's avatar Max Lv

Fix a bug when reseting traffic

parent 4f5edc8b
...@@ -61,6 +61,8 @@ object TrafficMonitor { ...@@ -61,6 +61,8 @@ object TrafficMonitor {
rxRate = 0 rxRate = 0
txTotal = 0 txTotal = 0
rxTotal = 0 rxTotal = 0
txLast = 0
rxLast = 0
last = getTraffic(0, 0) last = getTraffic(0, 0)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment