commit | 0ca094b577a190c449fd4362bc1d05e579ea4629 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Sep 13 16:27:12 2023 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Jan 15 20:26:28 2024 +0900 |
tree | 1f8c84a5252474c3286f884e08d3305eec29c853 | |
parent | 7078ac59b9108979a2f598b77e8cfe8058ea7817 [diff] |
Fix replying to queries via unicast Instead of (wrongly) looking at the DNS message flags for the Query Unicast bit, look at the flag in the question record. The previous bug means that all queries would be replied multicast instead of sometimes unicast. The fix is flagged off as this is a behavior change that may affect performance and latency. Bug: 289482497 Test: atest Change-Id: I08e30c4ffa747c9073d631e8addca1278ea40648