Merge branch 'wpk/changes-notes-3487' into 'v9_16'

CHANGES/relnotes for !3487

See merge request isc-projects/bind9!3494
This commit is contained in:
Michał Kępień
2020-05-04 10:56:53 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
success if errors were found in one view but not in a
subsequent one. [GL #1807]
5403. [func] Don't set udp recv/send buffer sizes, sockets will
use system defaults. [GL #1713]
5402. [bug] Enable SO_REUSEADDR on all platforms, and either
SO_REUSEPORT_LB on FreeBSD, or SO_REUSEPORT on Linux.
[GL !3365]

View File

@@ -82,6 +82,12 @@
BIND 9 rwlock implementation. [GL #1753]
</para>
</listitem>
<listitem>
<para>
BIND 9 no longer sets the recv and send buffer sizes for sockets, relying
on system defaults instead. [GL #1713]
</para>
</listitem>
<listitem>
<para>
When running on a system with Linux capabilities support,