[PATCH applied] Re: Remove multi_context->iter
Gert Doering <[email protected]>
| Newsgroups | gmane.network.openvpn.devel |
|---|---|
| Message-ID | <[email protected]> |
This is the beginning of all the good stuff for 2.8 :-)
We have an ACK from Frank. I have stared-at-code at this for a bit, and
subjected it to the t_server testbed (which can have at least 3 active clients
at one time, so lots of iteration!)...
Tests still pass fine, the code complexity goes down ("walk an array"
is an easy concept, "understand what this hash iteration stuff does"
not so much. C is just not the language for this...).
Performance will be even further improved by the next patch in this
series, "remembering highest peer id".
Your patch has been applied to the master branch.
commit 930968086deeeaac6f5717067339537c467c10d0 (master)
Author: Arne Schwabe
Date: Fri Mar 13 11:49:55 2026 +0100
Remove multi_context->iter
Signed-off-by: Arne Schwabe <[email protected]>
Acked-by: Frank Lichtenheld <[email protected]>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1556
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg36087.html
Signed-off-by: Gert Doering <[email protected]>
--
kind regards,
Gert Doering