Fix delivered

This commit is contained in:
Quentin 2019-09-18 11:32:08 +02:00
parent 9181c2946c
commit a52a4c8146

View file

@ -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");