]> git.ipfire.org Git - thirdparty/chrony.git/commit
client: enable IP_RECVERR socket option
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 16 May 2014 08:33:01 +0000 (10:33 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 16 May 2014 16:51:06 +0000 (18:51 +0200)
commitb3b2f67d2fc0e7f0bfa8c48e8892755c43fff0d8
treefe8430094a2799bcd83e2abf63b7b2efea3751e0
parentc2dc25e062347788146002ee612f016c298d70d1
client: enable IP_RECVERR socket option

This is useful to get ECONNREFUSED when the host replies with ICMP port
unreachable message and avoid having to wait for timeout.
client.c