Displaying 2 results from an estimated 2 matches for "ecn'd".
Did you mean:
cc'd
2015 Dec 02
0
[PATCH] Receive multiple packets at a time
...ffer ever (but I figured recvmmsg AND threads
would be needed), and move tinc queue management to an fq_codel like
system, so as to remove apparent network delays when it was
bottlenecked on crypto or output.
There are also some notes there on how to do tos encapsulation more
right in the upcoming ecn'd world.... and I think I discussed here the
prospect of doing a fully fq'd vpn utilizing an entire ipv6 /64....
Dave T?ht
Let's go make home routers and wifi faster! With better software!
https://www.gofundme.com/savewifi
On Wed, Dec 2, 2015 at 12:58 PM, Samuel Thibault
<samuel.t...
2015 Dec 02
5
[PATCH] Receive multiple packets at a time
Hello,
Linux has a recvmmsg() system call which allows to achieve several
recvfrom() at a time. The patch below makes tinc use it (patch against
1.1-pre11). Basically the patch turns the handle_incoming_vpn_data
variables into arrays (of size 1 when recvmmsg is not available, and
thus compiled the same as before), and makes the code index into the
arrays. You may want to use interdiff -w