]> git.ipfire.org Git - thirdparty/bind9.git/commit
PROXY over UDP unit tests
authorArtem Boldariev <artem@boldariev.com>
Fri, 13 Oct 2023 12:31:32 +0000 (15:31 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 6 Dec 2023 13:15:25 +0000 (15:15 +0200)
commitb6cdebcf5cd504228d3e12422bdf26cbf0474c2b
tree5b1d018a89aa3f5688fdf5649ed36f014146eee0
parent148cfb17d5ae1ed22936c994ee77b084a3e7d6e2
PROXY over UDP unit tests

This commit adds a unit test suite for the new PROXY over UDP
transport. Most of the code is reused from the UDP unit test suite, as
the new transport aims to be fully compatible with UDP on the API
level.
tests/isc/Makefile.am
tests/isc/netmgr_common.c
tests/isc/netmgr_common.h
tests/isc/proxyudp_test.c [new file with mode: 0644]