Re: [Openvpn-devel] [PATCH] fix(ssl): init peer_id when init tls_multi

2023-12-06 Thread Gert Doering
Hi, On Fri, Oct 20, 2023 at 01:12:13AM +0800, yatta wrote: > From: yatta > From: pushan <62173185+pusha...@users.noreply.github.com> So, we have a patch that fixes a problem and an ACK for it, but for a proper commit I actually need something like a real name and a working mail address... Could

Re: [Openvpn-devel] [PATCH] fix(ssl): init peer_id when init tls_multi

2023-12-06 Thread Arne Schwabe
Am 19.10.23 um 19:12 schrieb yatta: From: pushan <62173185+pusha...@users.noreply.github.com> When openvpn run in UDP server mode, if ssl connections reach the max clients, the next connection would be failed in `multi_create_instance` and the half connection will be close in `multi_close_inst

[Openvpn-devel] [PATCH] fix(ssl): init peer_id when init tls_multi

2023-10-19 Thread yatta
From: pushan <62173185+pusha...@users.noreply.github.com> When openvpn run in UDP server mode, if ssl connections reach the max clients, the next connection would be failed in `multi_create_instance` and the half connection will be close in `multi_close_instance`, which may lead array `m->insta