Refactor flow meter logic: replace global mutex with per-instance flow_unit and use critical-section for thread safety.

This commit is contained in:
2026-05-05 16:27:21 +02:00
parent f8f76674ce
commit d903c2bf52
3 changed files with 31 additions and 49 deletions

View File

@@ -1901,6 +1901,7 @@ dependencies = [
"chrono",
"chrono-tz",
"crc",
"critical-section",
"deranged",
"ds323x",
"edge-dhcp",