Displaying 2 results from an estimated 2 matches for "vpnspace".
Did you mean:
openspace
2015 Dec 02
0
[PATCH] Receive multiple packets at a time
...er/000680.html
but it was only two nights of hacking, then I had to go to something else.
The original observation of mine was that we were bottlenecking on the
tinc output stage, and dropping at the input stage, with about 30ms
latency on the hardware I was trying - where I said AHA! fq_codel in
vpnspace might be useful, might scale better to multiple cores,
even... and then there was another AHA! when I realized the meshy bits
of tinc could be mapped over a received /64 without exposing all that
much over a single flow tinc.... making the vpn bits incur nearly zero
delay for everything but big flo...
2015 Dec 02
3
[PATCH] Receive multiple packets at a time
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