Commit 0b405f14 authored by Luci Stanescu's avatar Luci Stanescu

Modified packet loss threshold

parent db10cff5
...@@ -132,7 +132,7 @@ class LatencyLabel(QLabel): ...@@ -132,7 +132,7 @@ class LatencyLabel(QLabel):
class PacketLossLabel(QLabel): class PacketLossLabel(QLabel):
def __init__(self, parent=None): def __init__(self, parent=None):
super(PacketLossLabel, self).__init__(parent) super(PacketLossLabel, self).__init__(parent)
self.threshold = 0 self.threshold = 3
self.value = 0 self.value = 0
def _get_value(self): def _get_value(self):
......
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