Am 31.05.15 um 15:59 schrieb Gert Doering: > A non-working nameserver in /etc/resolv.conf could lead to endless > loops inside openvpn_getaddrinfo(), because many systems will only > pick up changes to resolv.conf if res_init() is called again. > > To reproduce, run openvpn with --resolv-retry infinite (2.3) or > --resolv-retry "a high number" (master) on a BSD system. Linux > glibc seems to stat() resolv.conf on calls to getaddrinfo() and > pick up changes automatically. > And Android makes even weirder stuff. But if we want to reread the resolv.conf on every call this the right way, so ACK.
Arne