bind9/lib/isc/netmgr
Ondřej Surý d7b3a6a016 Rollback setting IP_DONTFRAG option on the UDP sockets
In DNS Flag Day 2020, the development branch started setting the
IP_DONTFRAG option on the UDP sockets.  It turned out, that this
code was incomplete leading to dropping the outgoing UDP packets.
Henceforth this commit rolls back this setting until we have a
proper fix that would send back empty response with TC flag set.

(cherry picked from commit 66eefac78c)
2021-02-17 14:41:56 +01:00
..
Makefile.in Fix the data race in accessing the isc_nm_t timers 2020-12-09 10:46:16 +01:00
netmgr-int.h Fix HAVE_SO_REUSEPORT_LB macro name definition 2020-12-09 10:46:16 +01:00
netmgr.c Rollback setting IP_DONTFRAG option on the UDP sockets 2021-02-17 14:41:56 +01:00
tcp.c Fix HAVE_SO_REUSEPORT_LB macro name definition 2020-12-09 10:46:16 +01:00
tcpdns.c Fix HAVE_SO_REUSEPORT_LB macro name definition 2020-12-09 10:46:16 +01:00
tls.c Fix the data race in accessing the isc_nm_t timers 2020-12-09 10:46:16 +01:00
tlsdns.c Fix the data race in accessing the isc_nm_t timers 2020-12-09 10:46:16 +01:00
udp.c Fix HAVE_SO_REUSEPORT_LB macro name definition 2020-12-09 10:46:16 +01:00
uv-compat.c Use sock->nchildren instead of mgr->nworkers when initializing NM 2020-12-09 10:46:16 +01:00
uv-compat.h Refactor netmgr and add more unit tests 2020-12-09 10:46:16 +01:00
uverr2result.c Distribute queries among threads even on platforms without lb sockets 2020-12-09 10:46:16 +01:00