Closed deitch closed 4 years ago
tpacket_v1 has some issue where on certain platforms it will return fro the poll() even if there is nothing to read. This switches to tpacket_v3 - which has been supported since 3.x kernels anyways.
poll()
tpacket_v1 has some issue where on certain platforms it will return fro the
poll()
even if there is nothing to read. This switches to tpacket_v3 - which has been supported since 3.x kernels anyways.