skynetservices / skydns1

DNS for skynet or any other service discovery
MIT License
528 stars 54 forks source link

DNS message too large #68

Open miekg opened 10 years ago

miekg commented 10 years ago

I have a sneaky suspicion that skydns will not set the TC bit when a DNS reply becomes to large.

This is probably also an issue when forwarding DNS requests.

miekg commented 10 years ago

Ok, forwarding a request that has the TC bit works with the latest go dns package. It was sort of a bug which I fixed there. The part where SkyDNS needs to set the TC bit itself is not fixed yet.

miekg commented 10 years ago

Probably still valid in SkyDNS2