|
|
With multiple --remote arguments, as I understand it: The default, "resolv-retry infinite", never tries anything but the first host. With multiple remote hosts specified, this is arguably a bad default value. "resolv-retry 0" exists on the first failure, without trying any of the other hosts. I'm inclined to argue that this is broken: "resolv-retry 0" should mean, in this case, to *immediately* go on to the next host, without any retries; as opposed to indicating that an immediate exit is necessary. Proposed fixage: - With only one remote host: - resolv-retry defaults to infinite - resolution failure with resolv-retry 0 remains fatal - With multiple remote hosts: - resolv-retry defaults to 0 - resolution failure with resolv-retry 0 results in a SIGUSR1 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-04/msg00090.html on line 194 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-04/msg00090.html on line 194 |