Commit d39475a5 authored by Joanne Hugé's avatar Joanne Hugé

Only start printing once multiple packets were received

parent 7904a4ad
......@@ -218,7 +218,7 @@ int main(int argc, char *argv[]) {
for (;;) {
usleep(main_params.refresh_rate);
if (main_params.verbose && ingress_stats.packets_received) {
if (main_params.verbose && ingress_stats.packets_received > 1) {
if (tsn_task == RECV_PACKET_TASK) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment