Hi, On Sun, Nov 17, 2024 at 05:45:16AM +0200, ?????? ???????? wrote: > I send logs:
Everything I can see in these logs is intentional - the exponential backoff is there on purpose, to avoid (!) exhausting resources (CPU, disk, ...) if there is a transient failure - as in "it can not succeed now, no matter how hard you try, but might succeed later". The backoff timing can be controlled by the config, so to change the timing, no code change is needed ("connect-retry 5 5" will make it wait 5 seconds on every connect, for example). "restarting process" is not an indication of "anything crashed" - it's just "we will not abort, but start again, from the beginning". If you add "tls-exit" to the config, then it will not restart but exit. gert -- "If was one thing all people took for granted, was conviction that if you feed honest figures into a computer, honest figures come out. Never doubted it myself till I met a computer with a sense of humor." Robert A. Heinlein, The Moon is a Harsh Mistress Gert Doering - Munich, Germany g...@greenie.muc.de
signature.asc
Description: PGP signature
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel