From c80aac568589154f7ff32081c2197e7fbdc0d4e8 Mon Sep 17 00:00:00 2001 From: "VAUTRIN Emmanuel (Canal Plus Prestataire)" Date: Fri, 5 Feb 2021 20:52:54 +0000 Subject: service: Add online check interval config options Global config options, which allow to set the range of intervals between two online check requests. When an online check request fails, another one is triggered after a longer interval. The intervals follow the power of two series of numbers between OnlineCheckInitialInterval and OnlineCheckMaxInterval. Default range is [1, 12], corresponding to the following intervals, in seconds: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121 and 144. --- doc/connman.conf.5.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in index a90c2291..19e6e0c0 100644 --- a/doc/connman.conf.5.in +++ b/doc/connman.conf.5.in @@ -167,6 +167,14 @@ transitioned to ONLINE state. If this setting is false, the default service will remain in READY state. Default value is true. .TP +.BI OnlineCheckInitialInterval= secs, OnlineCheckMaxInterval= secs +Range of intervals between two online check requests. +When an online check request fails, another one is triggered after a +longer interval. The intervals follow the power of two series of numbers +between OnlineCheckInitialInterval and OnlineCheckMaxInterval. +Default range is [1, 12], corresponding to the following intervals, in +seconds: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121 and 144. +.TP .BI AutoConnectRoamingServices=true\ \fR|\fB\ false Automatically connect roaming services. This is not recommended unless you know you won't have any billing problem. -- cgit v1.2.1