Hello,

I have a problem with my client configuration of OpenVPN. I use it in UDP
mode and i can't set the variable "connect-retry" because as upd is a non
connected protocol. Aniway I'd like to change time between each connection
retry.

option.c :
/*
* Sanity check on TCP mode options
*/
 if (options->connect_retry_defined && options->proto !=
PROTO_TCPv4_CLIENT)
   msg (M_USAGE, "--connect-retry doesn't make sense unless also used with
--proto tcp-client");

--
Jeremy GARROUSTE

Reply via email to