fix packet counter 3

rate
Simon 4 years ago
parent 7b9799cb0c
commit 5017cefe4d
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1437,7 +1437,8 @@ class routerOBP(OPENBRIDGE):
'CONTENTION':False, 'CONTENTION':False,
'RFS': _rf_src, 'RFS': _rf_src,
'TGID': _dst_id, '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 # Record the time of this packet so we can later identify a stale stream

Loading…
Cancel
Save

Powered by TurnKey Linux.