From 5017cefe4d6ffe7dd8b4595d4908932ecbb5a77b Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 5 Jan 2022 15:35:22 +0000 Subject: [PATCH] fix packet counter 3 --- bridge_master.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 0e45dd3..45f959a 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1437,7 +1437,8 @@ class routerOBP(OPENBRIDGE): 'CONTENTION':False, 'RFS': _rf_src, 'TGID': _dst_id, - 'RX_PEER': _peer_id + 'RX_PEER': _peer_id, + 'packets': 0 } # Record the time of this packet so we can later identify a stale stream