Skip to content

record: Improve packet fetching

Aleix Pol Gonzalez requested to merge work/apol/packet-processing into master

Receive all packets on the pipeline at once, otherwise there's the chance that we might be ever allocating them if at some point we ask too early but we never end up consuming it.

Merge request reports