• Marek Vavrusa's avatar
    daemon/worker: reverted inbound deduping · 61873e79
    Marek Vavrusa authored
    the e638f9fb introduced deduplication
    for queries over UDP, the idea is to track same queries and answer
    only once, however that introduces both constant processing and
    memory overhead and could break clients who count packet loss
    by queries sent/received. disabling for now.
    61873e79