summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnjali Nijhara <a.nijhara@samsung.com>2023-03-15 14:54:24 +0530
committerAnjali Nijhara <a.nijhara@samsung.com>2023-03-15 14:54:24 +0530
commit37bf962ac8da256ed3f48392da76365fd7cfee5d (patch)
treebccd59faab4ddde51066b43f2fdedeafdf7f7a79 /README
parentb70dafc0d1bb160625f34db0446c58b859982b48 (diff)
parent38642bb625ec192e058ec7cdae356f3ebaaa7561 (diff)
downloadconnman-37bf962ac8da256ed3f48392da76365fd7cfee5d.tar.gz
connman-37bf962ac8da256ed3f48392da76365fd7cfee5d.tar.bz2
connman-37bf962ac8da256ed3f48392da76365fd7cfee5d.zip
Merge tag 'upstream/1.41' into tizen
Change-Id: I7e90773484901c50e61d243f97d916f5588da9c5
Diffstat (limited to 'README')
-rwxr-xr-xREADME13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index b8154e67..e3268c82 100755
--- a/README
+++ b/README
@@ -408,8 +408,17 @@ from ipv4.connman.net (for IPv4 connectivity) and ipv6.connman.net
(for IPv6 connectivity). The used URL looks like this
http://ipv{4|6}.connman.net/online/status.html
+When an online check request fails, another one is triggered after a
+longer interval. The intervals follow the square series of numbers
+in a specific range, by default [1, 12], corresponding to the following
+intervals, in seconds: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121 and 144.
+
See connman.conf(5) for the EnableOnlineCheck option, if you need to
disable the feature.
+It is also possible to specify other URLs via OnlineCheckIPv4URL and
+OnlineCheckIPv6URL options.
+The range of intervals between two online check requests can be fine-tuned
+via OnlineCheckInitialInterval and OnlineCheckMaxInterval options.
During the online check procedure, ConnMan will temporarily install
a host route to both the ipv4.connman.net and ipv6.connman.net so that
@@ -453,3 +462,7 @@ send a (empty) message from your email account to
Mailing list archive:
https://lore.kernel.org/connman
+
+IRC:
+ ircs://irc.oftc.net:6697/#connman (for SSL)
+ irc://irc.oftc.net:6667/#connman (for non-SSL)