[Openvpn-devel] [PATCH] Speedup TCP remote hosts connections

2020-09-27 Thread Vladislav Grishenko
For non-blocking TCP/Unix connection, OpenVPN checks was it established in loop and if not - sleeps or handles management for next one second. Since the first check is made right after the connection attempt, it will likely be always unsuccessful, resulting in redundant wait for one or more

[Openvpn-devel] [PATCH] Speedup TCP remote hosts connections

2020-09-27 Thread Vladislav Grishenko
For non-blocking TCP/Unix connection, OpenVPN checks was it established in loop and if not - sleeps or handles management for next one second. Since the first check is made right after the connection attempt, it will likely be always unsuccessful, resulting in redundant wait for one or more

[Openvpn-devel] [PATCH] Improve documentation of --username-as-common-name

2020-09-27 Thread selva . nair
From: Selva Nair Trac #1079 Signed-off-by: Selva Nair --- doc/man-sections/server-options.rst | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/man-sections/server-options.rst b/doc/man-sections/server-options.rst index c0b22a5..4b649b1 100644 ---