Displaying 1 result from an estimated 1 matches for "c7d08059".
Did you mean:
c7d08013
2015 Sep 08
1
Question about res_init()
Hello.
I have some doubts about this commit:
09d60499af3acef2ba9bd7be15e8d1c44249f8d5
Always call res_init() before getaddrinfo().
Im not sure if this is really a good idea to call
res_init() so often. In UNIX, resolv.conf does NOT really
change.. and if it changes ever.. its not a problem to restart
affected processes.
Does anyone think about any ill-effects res_init() can do
when called