Re: [Openvpn-devel] [PATCH 05/11] Change parameter of send_auth_pending_messages from context to tls_multi

2021-01-21 Thread Lev Stipakov
Hi, > +/** > + * Reschedule tls_multi_process. > + * NOTE: in multi-client mode, usually the below two statements are I realize that this comment is copied from existing code, but "below two statements" is bit misleading here in the context of function definition. Maybe just "this function" ?

[Openvpn-devel] [PATCH 05/11] Change parameter of send_auth_pending_messages from context to tls_multi

2020-09-30 Thread Arne Schwabe
This prepares send_auth_pending_messages to be used a in context that does not have context c available but also does not need to schedule an immediate sending of the message (auth plugin/script) Signed-off-by: Arne Schwabe --- src/openvpn/forward.c | 17 + src/openvpn/forward.h