+5793. [bug] Correctly detect and enable UDP recvmmsg support
+ in all versions of libuv that support it. [GL #3095]
+
5792. [bug] Don't schedule zone events on ISC_R_SHUTTINGDOWN
event failures. [GL #3084]
- Using ``rndc`` on a busy recursive server could cause the ``named`` to abort
with assertion failure. This has been fixed. :gl:`#3079`
+
+- With libuv >= 1.37.0, the recvmmsg support would not be enabled in ``named``
+ reducing the maximum query-response performance. The recvmmsg support would
+ be used only in libuv 1.35.0 and 1.36.0. This has been fixed. :gl:`#3095`