On Thu, Jan 09, 2014 at 02:30:57PM +0100, Jacob Erlbeck wrote: > + /* keepalive configuration */ > + int keepalive_idle_timeout; /* 0: disable, secs, or E1INP_USE_DEFAULT */ > + int keepalive_num_probes; /* 0: disable, num, or E1INP_USE_DEFAULT */ > + int keepalive_probe_interval; /* 0: disable, secs, or E1INP_USE_DEFAULT > */
"disable" is not fully accurate. keepalive_num_probes is used in the ipaccess.c and the normal code to check if the keepalive handling is enabled? Do you want to update the comments?
