summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVAUTRIN Emmanuel (Canal Plus Prestataire) <Emmanuel.VAUTRIN@cpexterne.org>2021-02-05 20:52:54 +0000
committerDaniel Wagner <wagi@monom.org>2021-02-15 09:55:34 +0100
commitc80aac568589154f7ff32081c2197e7fbdc0d4e8 (patch)
tree956507509b0dc901a6763d27c35e4e13507558b2 /doc
parent024309a9e04a81c2b70b1a2c0efb7185542af5ac (diff)
downloadconnman-c80aac568589154f7ff32081c2197e7fbdc0d4e8.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/connman.conf.5.in8
1 files changed, 8 insertions, 0 deletions
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.