]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/network: stop using combined UDP+TCP endpoints
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 11 Mar 2019 14:31:35 +0000 (15:31 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 12 Mar 2019 11:42:02 +0000 (12:42 +0100)
commitda36e463a8db4fa0ec715d0ec7e3baf7ea10610e
tree33184fd06dbed44f01e561f0098b58597a2af973
parent63d152ed4aa0ef10752715a3bd06b77dc3f9229a
daemon/network: stop using combined UDP+TCP endpoints

It was confusing, e.g. the new net.list() or net.bpf_set() were wrong.
Implementation cleanup: merge _fd variant into open_endpoint(),
as the code was repetitive and differed in unnecessary places.
daemon/network.c
daemon/network.h