Skip to content

refactor dns_xfrin to use dns_dispatch

Evan Hunt requested to merge 3886-xfrin-dispatch into main

the dns_xfrin module was still using the network manager directly to manage TCP connections and send and receive messages. this MR changes it to use the dispatch manager instead.

Closes #3886 (closed)

Edited by Evan Hunt

Merge request reports