mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
ugh
This commit is contained in:
@@ -248,7 +248,7 @@ int main(int argc, char *argv[]) {
|
|||||||
if (quiet == 0) printf("Dropped %u packets\n", dropped_packets);
|
if (quiet == 0) printf("Dropped %u packets\n", dropped_packets);
|
||||||
vban_frame += dropped_packets; // Resync to current frame
|
vban_frame += dropped_packets; // Resync to current frame
|
||||||
} else {
|
} else {
|
||||||
if (quiet == 0) printf("Packets received out of order\n");
|
if (quiet == 0) printf("Packets received out of order (got:%d, expected:%d)\n", data.packet_data.frame_num, expected_frame);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
vban_frame++;
|
vban_frame++;
|
||||||
|
|||||||
Reference in New Issue
Block a user