[Openvpn-devel] Modifying OpenVPN Source Code to Allow for Bulk-Reads, Max-MTU, and Jumbo-TCP

2025-08-05 Thread Jon Chiappetta via Openvpn-devel
Hi, This is my first time posting to a mailing list. I worked on a possible performance proof-of-concept modification to the OpenVPN source code. The code is in rough shape as I just wrote it this long weekend but I wanted to see if anyone had any interesting feedback for such work. Blog Post: ht

Re: [Openvpn-devel] Modifying OpenVPN Source Code to Allow for Bulk-Reads, Max-MTU, and Jumbo-TCP

2025-08-06 Thread Jon Chiappetta via Openvpn-devel
level, it enforces a very small sized MTUs potentially causing fragmentation and performance issues and its UDP based only. :/ Thanks for your time on this, Jon Chiappetta On Wed, Aug 6, 2025 at 7:22 AM Gert Doering wrote: > Hi, > > On Wed, Aug 06, 2025 at 07:03:51AM -0400, Jo

Re: [Openvpn-devel] Modifying OpenVPN Source Code to Allow for Bulk-Reads, Max-MTU, and Jumbo-TCP

2025-08-06 Thread Jon Chiappetta via Openvpn-devel
gt; Am 06.08.25 um 05:46 schrieb Jon Chiappetta via Openvpn-devel: > > Hi, > > > > This is my first time posting to a mailing list. I worked on a possible > > performance proof-of-concept modification to the OpenVPN source code. > > The code is in rough shape as I jus

Re: [Openvpn-devel] Bulk mode - Feature request - Patch diff

2025-08-07 Thread Jon Chiappetta via Openvpn-devel
Oh right, you were correct, I installed the missing libtool package and the autoreconf command now worked as well as the configure and make commands, thanks! I could try testing this bulk mode change out on the newer code base as well. I was trying to think of ways to simulate a client reconnection

Re: [Openvpn-devel] Bulk mode - Feature request - Patch diff

2025-08-07 Thread Jon Chiappetta via Openvpn-devel
ize and organize and find any edge cases I may have missed along the way! Thanks again :) Jon C On Thu, Aug 7, 2025 at 1:44 AM Gert Doering wrote: > Hi, > > On Wed, Aug 06, 2025 at 07:50:16PM -0400, Jon Chiappetta via Openvpn-devel > wrote: > > I was still working on looking

Re: [Openvpn-devel] Bulk mode - Feature request - Patch diff [updated]

2025-08-08 Thread Jon Chiappetta via Openvpn-devel
trying to achieve a very specific and exact design goal that the code base wasn't originally allowing for, so I had to make some modifications to be able to accomplish it. Thanks, Jon C On Fri, Aug 8, 2025 at 5:53 AM Arne Schwabe wrote: > Am 07.08.25 um 20:29 schrieb Jon Chiappetta vi

[Openvpn-devel] Nice work on the DCO kernel module - Just had some quick questions about it

2025-08-16 Thread Jon Chiappetta via Openvpn-devel
I just wanted to post here and say nice job on making the DCO module. I was able to compile it and insmod it and I think OpenVPN auto picked it up even running in TCP mode I believe. I wanted to confirm, does this DCO module work with TCP mode or is it UDP client/server protocol only? Also, I'm not

Re: [Openvpn-devel] OpenVPN 2.7_beta1 released

2025-09-07 Thread Jon Chiappetta via Openvpn-devel
Nice job everyone! I've been following along with the patch diffs and rebasing and also using this beta version at the core of my home network for a few weeks now. Seems to be stable as far as I can tell so far. Will continue monitoring the changes and seeing what comes next! Thanks for the projec

Re: [Openvpn-devel] [XS] Change in openvpn[master]: Multi-socket win: avoid repeated socket_set()

2025-09-11 Thread Jon Chiappetta via Openvpn-devel
I don't have proof of it but I think I was being hit with this accept issue as I've been running and testing OpenVPN in TCP client/server modes only. I'll wait for this to hit master and rebase my PRs - thanks :) On Thu, Sep 11, 2025 at 10:23 AM its_Giaan (Code Review) wrote: > Attention is curr