Brad House
Brad House
ares_getaddrinfo() can return multiple AAAA and A records for a single query. Happy eyeballs (RFC 6555) defines how to sort these returned addresses based on both the address class and...
As per #738, there are usecases where the DNS TXT record strings should not be concatenated like RFC 7208 indicates. We cannot break ABI with those using the new API,...
https://datatracker.ietf.org/doc/html/rfc7858 DNS over TLS provides some layer of privacy by using an encrypted channel. Arguably DoH (DNS over HTTPs) (#612) provides more privacy as it is indistinguishable from other HTTPS...
We should queue transactions in c-ares to not overwhelm upstream servers, this should be configurable. There is a natural limit of around 32k transactions (roughly half of the 64k possible...
c-ares uses `ares_init_options()` and `ares_save_options()` which has significant ABI issues for setting and retrieving the various configuration values since it relies on a single public structure which may change from...
Right now we have to wait on a server to return a failure then requeue every single query to a server if it doesn't properly support EDNS since the state...
While porting SONiC from libyang 1.0.73 to 3.7.8, I ran across a peculiar issue. Unless I'm evaluating it wrong, it looks like a bug in libyang's handling of default values...
Attempt to implement #232
It appears IPv6 support is missing in the implementation, the primary however is when creating a guest network. Most of the other places are tasks I'm assuming most people aren't...
### Description As per #11930 KVM's memory ballooning does not auto-inflate and auto-deflate without the Free Page Reporting and autodeflate attributes on the memballoon configuration. This is a change similar...