]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor UDP tests
authorArtem Boldariev <artem@boldariev.com>
Wed, 11 Oct 2023 19:18:54 +0000 (22:18 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 6 Dec 2023 13:15:25 +0000 (15:15 +0200)
commit148cfb17d5ae1ed22936c994ee77b084a3e7d6e2
tree6600732316de8f97b97fb7a3e1e03b6d25c7aa1d
parent3c45dd59cb17ef08b6276c6f29488d5b50d4c193
Refactor UDP tests

This commit mostly moves the code around to make the parts of the UDP
unit test suite reusable. That changes the unit test suite structure
to resemble that of stream based unit tests.

The motivation behind this is to reuse most of the code for the new
PROXY over UDP uni tests suite.
tests/isc/netmgr_common.c
tests/isc/netmgr_common.h
tests/isc/udp_test.c