This commit is contained in:
2025-05-17 21:50:34 +02:00
parent 179b784d5a
commit 004f3262ef
+1 -1
View File
@@ -249,7 +249,7 @@ int main(int argc, char *argv[]) {
vban_frame += dropped_packets; // Resync to current frame
} else {
if (quiet == 0) printf("Packets received out of order (got:%d, expected:%d)\n", data.packet_data.frame_num, expected_frame);
vban_frame = data.packet_data.frame_num - 1;
vban_frame = data.packet_data.frame_num;
}
}
vban_frame++;