get number of missing packets now returns signed so negative numbers mean extra packets

This commit is contained in:
2022-02-22 10:27:22 +01:00
parent bf1df92303
commit 8f632db2a0
8 changed files with 15 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ This document describes the differences between v7.0.0 and v6.x.x
- when in discard partial frames or empty mode, the frame number doesnt increase by 1, it increases to that number (so its faster)
- file write disabled by default
- start non blocking acquisition at modular level
- missingpackets signed (negative => extra packets)
2. Resolved Issues