bind9/lib/isc/netmgr
Ondřej Surý 8d103f7bbc Enforce version drift limits for libuv
libuv support for receiving multiple UDP messages in a single system
call (recvmmsg()) has been tweaked several times between libuv versions
1.35.0 and 1.40.0.  Mixing and matching libuv versions within that span
may lead to assertion failures and is therefore considered harmful, so
try to limit potential damage be preventing users from mixing libuv
versions with distinct sets of recvmmsg()-related flags.

(cherry picked from commit 735d09bffe)
2023-02-09 22:10:46 +01:00
..
http.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
netmgr-int.h Refactor isc_nm_xfr_allowed() 2023-01-19 12:20:10 +00:00
netmgr.c Enforce version drift limits for libuv 2023-02-09 22:10:46 +01:00
tcp.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
tcpdns.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
timer.c Change single write timer to per-send timers 2022-03-11 10:52:22 +01:00
tlsdns.c Refactor isc_nm_xfr_allowed() 2023-01-19 12:20:10 +00:00
tlsstream.c TLS: take 'sock->recv_read' flag into assumption 2022-12-02 15:37:41 +02:00
udp.c Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
uv-compat.c Add uv_tcp_close_reset compat 2022-02-17 09:47:43 +01:00
uv-compat.h Abort when libuv at runtime mismatches libuv at compile time 2022-04-26 12:11:51 +02:00
uverr2result.c Remove redundant #include <isc/strerr.h> 2022-10-17 16:08:28 +01:00