]> git.ipfire.org Git - thirdparty/pdns.git/commit
recursor local udp port avoid 4791
authorzhaojingshi <zhaojingshi@bytedance.com>
Thu, 12 Dec 2024 08:57:44 +0000 (16:57 +0800)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 13 Dec 2024 08:51:56 +0000 (09:51 +0100)
commitd0b0158ef76e556c88ab59b2baad8c8d9970543e
treef1680b3b67edcd5ff3e11ed0951c9dd9f347dae6
parent5089e2c082eeb3d08140e3074c7a28290df3da07
recursor local udp port avoid 4791

When the recursor sends a DNS request and the local port is specified as 4791, if there is RDMA hardware on the machine, when the response with dst as port 4791 reaches the network card driver, it will be directly processed by the hardware as Roce v2 protocol, and the recursor will not get a response to this request.
pdns/recursordist/settings/table.py