]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable DF (don't fragment) flag on listening UDP sockets
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Oct 2020 08:51:40 +0000 (10:51 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 5 Oct 2020 14:21:21 +0000 (16:21 +0200)
commitb9a42446e8ab243ba88734c8ec49934efb3b8ed5
tree6ba7e45d7268ca2c7cf14977c1863d96d95228b7
parent63c29dcdfa6b7a3414e534155b81d6ea836bba04
Enable DF (don't fragment) flag on listening UDP sockets

This commits uses the isc__nm_socket_dontfrag() helper function to
enable setting DF bit on the outgoing UDP packets.
lib/isc/netmgr/udp.c