This commit is contained in:
2025-05-17 22:00:08 +02:00
parent 6ac9140bd9
commit 7806c2fc62
+1
View File
@@ -243,6 +243,7 @@ int main(int argc, char *argv[]) {
if (data.packet_data.frame_num > vban_frame) {
uint32_t dropped_packets = data.packet_data.frame_num - vban_frame;
if (quiet == 0) printf("Dropped %u packets\n", dropped_packets);
vban_frame -= dropped_packets;
} else {
if (quiet == 0) printf("Packets received out of order (got:%u, expected:%u)\n", data.packet_data.frame_num, vban_frame);
}