Hello,
I'm wondering if a NEDNSProxyProvider should supports TCP DNS query or not ?
DNS UDP datagrams are limited to 512 bytes and sometimes, a DNS resolver should fallback to TCP to handle large queries.
But I don't see anything about supporting TCP flow in the DNS Proxy provider reference.
Is there a guarantee that it will only receive UDP flow ? How is the system handling large DNS queries in that case ?