[Openvpn-devel] [PATCH] Do not include auth-token in pulled option digest

2022-12-18 Thread selva . nair
From: Selva Nair As change in auth-token is common on restart and does not require tun-reopen, exclude it from the "pulled options digest" calculation. Without this tun is always re-opened on SIGUSR1 if auth-token is in use which breaks persist-tun. Fixes #200 Signed-off-by: Selva Nair --- sr

[Openvpn-devel] [PATCH] Reduce default restart pause to 1 second

2022-12-18 Thread selva . nair
From: Selva Nair Current value of restart pause is 5 seconds which feels unduly long. Reduce it to 1 second. User can still customize the delay using the first parameter for "--connect-retry". Also improve the description of "--connect-retry" in the man page. Signed-off-by: Selva Nair --- Whl