search for: ledvina

Displaying 6 results from an estimated 6 matches for "ledvina".

Did you mean: edvina
2017 May 17
2
Improving packets/sec and data rate - v1.0.24
Hi, We've been running tinc for a while now but, have started hitting a bottleneck where the number of packets/sec able to be processed by our Tinc nodes is maxing out around 4,000 packets/sec. Right now, we are using the default cipher and digest settings (so, blowfish and sha1). I've been testing using aes-256-cbc for the cipher and seeing ~5% increases across the board. Each Tinc node
2017 May 17
2
Improving packets/sec and data rate - v1.0.24
...s the context switching that happens when sending a packet. I've done some testing with wireguard and that has a lot better performance but it's still changing quite a lot and only does a subset of what tinc does so probably not a stable solution. Martin On Wed, 17 May 2017 at 18:05 Jared Ledvina <jared at techsmix.net> wrote: > Hi, > > Terribly sorry about the duplicated message. > > I've completed the upgrade to Tinc 1.0.31 but, have not seen much of a > performance increase. The change looks to be similar to switching to > both aes-256-cbc w/ sha256 (which...
2017 May 17
3
Improving packets/sec and data rate - v1.0.24
Niklas - Thanks! Yeah, your Github issue was very useful for me to understand what is probably causing our issue (the syscall chain done on every UDP packet). Very interesting that you're able to see around 90% of a Gig line on bare metal. Were you ever able to make any further progress on adjusting Tinc based on the investigation in https://github.com/gsliepen/tinc/issues/110 ? Martin -
2017 May 17
0
Improving packets/sec and data rate - v1.0.24
...region, I'm averaging around 26% over the bandwidth being availible over the tinc network versus over the internet. Is that % overhead expected or have we just poorly configured something? Totally willing to grab any numbers/stats that might assist here. Thanks again, Jared -- Jared Ledvina jared at techsmix.net On Tue, May 16, 2017, at 05:08 PM, Jared Ledvina wrote: > Hi, > > We've been running tinc for a while now but, have started hitting a > bottleneck where the number of packets/sec able to be processed by our > Tinc nodes is maxing out around 4,000 packets...
2017 May 18
1
Improving packets/sec and data rate - v1.0.24
...routs rather than dumping things to the tun interface ambiguously. "Forwarding = kernel" ip route add 1.2.3.4 via 4.3.2.1 dev tun -instead of- ip route add 1.2.3.4 dev tun On May 17, 2017 3:10 PM, "Niklas Hambüchen" <mail at nh2.me> wrote: > On 17/05/17 21:50, Jared Ledvina wrote: > > Were you ever able to make any further > > progress on adjusting Tinc based on the investigation in > > https://github.com/gsliepen/tinc/issues/110 ? > > Hi Jared, > > No, not yet. > > I list a few ways for potential improvements in the ticket, but the...
2017 May 17
0
Improving packets/sec and data rate - v1.0.24
On 17/05/17 21:50, Jared Ledvina wrote: > Were you ever able to make any further > progress on adjusting Tinc based on the investigation in > https://github.com/gsliepen/tinc/issues/110 ? Hi Jared, No, not yet. I list a few ways for potential improvements in the ticket, but the one that I suspect would do most on the t...