[PATCH 3/4] input: Make keep alive configurable (generic)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Mon Jan 13 09:35:29 UTC 2014


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?





More information about the OpenBSC mailing list