mirror of https://github.com/tailscale/tailscale/
net/dns/resolver: use forwarded dns txid directly
Previously, we hashed the question and combined it with the original txid which was useful when concurrent queries were multiplexed on a single local source port. We encountered some situations where the DNS server canonicalizes the question in the response (uppercase converted to lowercase in this case), which resulted in responses that we couldn't match to the original request due to hash mismatches. This includes a new test to cover that situation. Fixes #2597 Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>Aadi/speedtest-tailscaled
parent
360223fccb
commit
8bdf878832
Loading…
Reference in New Issue