Re: [Openvpn-devel] [PATCH] Fast recovery when host is in unreachable network

2015-10-09 Thread Arne Schwabe
Am 02.03.15 um 18:58 schrieb Lev Stipakov: > When client connects to the server which is in unreachable network (for > example hostname got resolved into ipv6 address and client has no ipv6), > throw SIGUSR1 and connect to the next server without waiting 60 seconds > for "TLS key negotiation failed

[Openvpn-devel] [PATCH] Fast recovery when host is in unreachable network

2015-03-02 Thread Lev Stipakov
When client connects to the server which is in unreachable network (for example hostname got resolved into ipv6 address and client has no ipv6), throw SIGUSR1 and connect to the next server without waiting 60 seconds for "TLS key negotiation failed". --- src/openvpn/forward.c | 10 ++ 1 fi