]> git.ipfire.org Git - thirdparty/chrony.git/commit
client: reconnect with multiple addresses
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Aug 2015 08:19:13 +0000 (10:19 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Aug 2015 11:26:45 +0000 (13:26 +0200)
commit0cc8f68754cd42f3f54fa3539e8bedf700cd2200
treebb4231787b1671565887afcf88c2ce1cd2c686c9
parent7079ca271881c065d4b8b6de78f1020359b3a295
client: reconnect with multiple addresses

Allow multiple hostnames/addresses separated by comma to be specified
with the -h option. Hostnames are resolved to up to 16 addresses. When
connecting to an address fails or no reply is received, try the next
address in the list.

Set the default value for the -h option to 127.0.0.1,::1.
Makefile.in
chrony.texi.in
chronyc.1.in
client.c