wispr: Retry online check for IPv6
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 3 Jan 2012 12:36:27 +0000 (14:36 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 5 Jan 2012 10:09:16 +0000 (11:09 +0100)
commit097f0059d972e639d75ac7d0b27db759fbf05e5c
treed7e76a3b7c2443586f03492ebe8dc2d9d25fdd76
parentfc3d4097fcdbbcc6ca870ed24fec47bfb15ad90a
wispr: Retry online check for IPv6

Because IPv6 RA messages can come at any point when connection is
established, we might do wispr check before possible IPv6 DNS RA
is received so in that case wispr check could fail.
If wispr check fails for IPv6 we try to do the check once (after
waiting one second timeout) in a hope that system is configured
properly during that period.
src/connman.h
src/service.c
src/wispr.c