|
|
|
|
|
by toast0
1564 days ago
|
|
I mean sure, musl should add TCP DNS. But real world networking says if your DNS response is over the limit for basic UDP DNS, a meaningful proportion of clients won't get that response. Which I guess is okish if it's a TXT for mail servers, cause mail servers probably have a reasonable DNS setup; but if you wanted to return a lot of A records or AAAA records (or A records that a provider DNS64s into AAAA records), you need to be careful about how many you return, before the response gets too large and doesn't arrive. This is something networks and DNS client libraries should fix, but we live in a world where PathMTU only mostly works, so realism gets your service working. |
|
By not supporting TCP DNS you are the odd one out.