< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Updated ares_process.c to set UDP sockets non-blocking for build configurations where they were previously blocking: · Windows where USE_IPV6 was not defined · All non-windows builds -justin From: slgodin@xxxxxxxxx [mailto:slgodin@xxxxxxxxx] On Behalf Of Scott Godin After a quick look, seems odd to me as well. Also if non-windows we never set the UDP socket to non-blocking. What I don't get is why people on linux have not noticed a blocking problem yet. TCP DNS sockets seem to be set as non-blocking properly for linux and windows both with and without the USE_IPV6 directive. Scott On Fri, Oct 29, 2010 at 10:52 AM, Justin Matthews <jmatthewsr@xxxxxxxxx> wrote: Hi, |