summaryrefslogtreecommitdiff
path: root/daemons/gptp/common/ieee1588port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/common/ieee1588port.cpp')
-rw-r--r--daemons/gptp/common/ieee1588port.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/gptp/common/ieee1588port.cpp b/daemons/gptp/common/ieee1588port.cpp
index 7b4c5085..89d1127e 100644
--- a/daemons/gptp/common/ieee1588port.cpp
+++ b/daemons/gptp/common/ieee1588port.cpp
@@ -112,6 +112,7 @@ IEEE1588Port::IEEE1588Port
seqIdAsCapableThresh = SEQID_ASCAPABLE_THRESHOLD;
wrongSeqIDCounter = 0;
seqIdAsCapableThreshCounter = 0;
+ lostPdelayRespThresh = LOSTPDELAY_RESP_THRESH;
_peer_rate_offset = 1.0;
@@ -132,6 +133,8 @@ IEEE1588Port::IEEE1588Port
pdelay_count = 0;
sync_count = 0;
+
+ lastSeqId = 0;
}
bool IEEE1588Port::init_port(int delay[4])