check interface side in network logic before handling packets

This commit is contained in:
Mikayla
2025-05-24 20:02:19 +00:00
parent c319039a4e
commit c6143934d8
2 changed files with 13 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.5.2"
util.version = "1.5.3"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50