[PATCH] Receive multiple packets at a time

Samuel Thibault samuel.thibault at ens-lyon.org
Thu Dec 10 10:15:19 CET 2015


Michael Tokarev, on Thu 10 Dec 2015 09:34:45 +0300, wrote:
> it is highly unlikely we'll have 256 packets in queue to process.

I did get a bit more than a hundred packets in the queue at 800Mbps. But
we can reduce to 64, yes.  I wouldn't recommend using a static buffer,
since we'd want to go threaded at some point. Allocating an array on the
stack is very cheap anyway.

Samuel


More information about the tinc-devel mailing list