diff options
author | Anjali Nijhara <a.nijhara@samsung.com> | 2023-03-15 14:54:24 +0530 |
---|---|---|
committer | Anjali Nijhara <a.nijhara@samsung.com> | 2023-03-15 14:54:24 +0530 |
commit | 37bf962ac8da256ed3f48392da76365fd7cfee5d (patch) | |
tree | bccd59faab4ddde51066b43f2fdedeafdf7f7a79 /README | |
parent | b70dafc0d1bb160625f34db0446c58b859982b48 (diff) | |
parent | 38642bb625ec192e058ec7cdae356f3ebaaa7561 (diff) | |
download | connman-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-x | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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) |