[PATCH] Receive multiple packets at a time

Samuel Thibault samuel.thibault at ens-lyon.org
Wed Dec 2 13:36:34 CET 2015


Hello,

Dave Taht, on Wed 02 Dec 2015 13:21:56 +0100, wrote:
> I'd made a start on the send direction here:
> https://github.com/dtaht/tinc/commits/master
> 
> Perhaps that will help.

Well, converting a sendto call into a sendmsg call is not really "hard"
:)

What will be really hard is getting multiple packet receive/send over
the tap/tun device, because support for it has to be added at the kernel
layer first.

At least for now we could commit the recvmmsg part?

Samuel


More information about the tinc-devel mailing list