diff --git a/src/algo_thunder.c b/src/algo_thunder.c index 2443d74..7d1305c 100644 --- a/src/algo_thunder.c +++ b/src/algo_thunder.c @@ -415,8 +415,10 @@ void adapt(struct evt_core_ctx* ctx, struct evt_core_fdinfo* fdinfo, struct buff delivered++; } - printf("[algo_thunder] Delivered %ld packets (now id=%d)\n", delivered, thunderc->recv_id); + if (delivered > 4) { + dump_buffer_packet (bp); + } mv_buffer_rtof (&app_ctx->br, fdinfo); if (ctx->verbose > 1) fprintf(stderr, " [algo_thunder] Adapt done\n");