#543 reset remote sequence numbers when linking

This commit is contained in:
Mikayla Fischler
2024-08-28 21:01:04 -04:00
parent 705494bb7e
commit 035a26cc07
8 changed files with 9 additions and 4 deletions

View File

@@ -296,6 +296,7 @@ function coordinator.comms(version, nic, sv_watchdog)
-- attempt connection establishment
local function _send_establish()
self.sv_r_seq_num = nil
_send_sv(PROTOCOL.SCADA_MGMT, MGMT_TYPE.ESTABLISH, { comms.version, version, DEVICE_TYPE.CRD })
end