]> granicus.if.org Git - libevent/commit
evdns: Add support for setting maximum UDP DNS message size.
authorseleznevae <seleznevae@protonmail.com>
Sun, 31 May 2020 16:59:49 +0000 (19:59 +0300)
committerseleznevae <seleznevae@protonmail.com>
Sun, 31 May 2020 16:59:49 +0000 (19:59 +0300)
commit83c58d49859f79c4eb23dd2461a2fa1f32d18117
tree5ffef95653bd67a75f7c0fd508f77869c42b3934
parentc753ae876e2e1e2630ee9fac909027f4e52f0570
evdns: Add support for setting maximum UDP DNS message size.

Added new option `edns-udp-size` for evdns_base which allows
to control maximum allowed size of UDP DNS messages. This
maximum size is passed to the DNS server via edns mechanism.
evdns.c
include/event2/dns.h
test/regress_dns.c