Brad House

Results 249 comments of Brad House

@rakeshdatta yes, exactly i've got a fork i'm doing some datastructure work with that will help facilitate this: https://github.com/bradh352/c-ares/tree/llist Once I merge that it should be much easier to implement...

@rakeshdatta it will be a new option passed to ares_init_options() : https://c-ares.org/ares_init_options.html Probably `ARES_OPT_UDP_MAX_QUERIES` with a new member in `struct ares_options` of `size_t max_queries`. That PR #540 is just some...

Not fully sure what you mean. Certain types of failures will be retried on other servers which will obviously be a different ephemeral port. But the count will enforce that...

@rakeshdatta I have a fork i'm slowly working on it. Day job and whatnot is keeping number of hours I can spend on it pretty low.

probably a month or so, I have a lot going on right now.

Its on my task list to get done this week. I had given my employer my notice of resignation and 60 days to transition my responsibilities to others, that's finally...

@rakeshdatta See PR #549. I still need to try to add relevant test cases specific to this feature, but in my own manual testing it appears to work. If you...

it does still exist, but this might be resolved in the next release as it is on my project list. A lot of the framework to facilitate this was added...