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

2022-12-19 Thread Frank Lichtenheld
On Sun, Dec 18, 2022 at 02:58:10PM -0500, selva.n...@gmail.com wrote: > 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 t

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

2022-12-19 Thread Gert Doering
Hi, On Mon, Dec 19, 2022 at 01:12:32PM +0100, Arne Schwabe wrote: > Am 18.12.22 um 20:58 schrieb selva.n...@gmail.com: > > +--connect-retry n [max] > > Wait ``n`` seconds between connection attempts (default :code:`5`). > > you were close. but forgot to change the 5 in the next line to also s

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

2022-12-19 Thread Arne Schwabe
Am 18.12.22 um 20:58 schrieb selva.n...@gmail.com: +--connect-retry n [max] Wait ``n`` seconds between connection attempts (default :code:`5`). you were close. but forgot to change the 5 in the next line to also say 1. Arne ___ Openvpn-devel ma

[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