2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

CHANGES, release note

This commit is contained in:
Witold Kręcicki
2020-05-01 09:56:39 +02:00
committed by Ondřej Surý
parent fa02f6438b
commit e7bde11314
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
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 5402. [bug] Enable SO_REUSEADDR on all platforms, and either
SO_REUSEPORT_LB on FreeBSD, or SO_REUSEPORT on Linux. SO_REUSEPORT_LB on FreeBSD, or SO_REUSEPORT on Linux.
[GL !3365] [GL !3365]

View File

@@ -89,6 +89,12 @@
[GL #1674] [GL #1674]
</para> </para>
</listitem> </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>
</itemizedlist> </itemizedlist>
</section> </section>