2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

[master] correct CHANGES note

This commit is contained in:
Evan Hunt
2015-01-20 18:33:53 -08:00
parent 22e3e00ac9
commit b88b75c2b8
2 changed files with 10 additions and 10 deletions

10
CHANGES
View File

@@ -6,11 +6,11 @@
of pipelined queries.) [RT #38231] of pipelined queries.) [RT #38231]
4040. [func] Added server-side support for pipelined TCP 4040. [func] Added server-side support for pipelined TCP
queries. TCP connections are no longer closed after queries. Clients may continue sending queries via
the first query received from a client. (The new TCP while previous queries are being processed
"keep-response-order" option allows clients to be in parallel. (The new "keep-response-order"
specified for which the old behavior will still be option allows clients to be specified for which
used.) [RT #37821] the old behavior will still be used.) [RT #37821]
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381] 4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381]

View File

@@ -272,11 +272,11 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Added server-side support for pipelined TCP queries. Multiple Added server-side support for pipelined TCP queries. Clients
queries from a single client can be received over the same TCP may continue sending queries via TCP while previous queries are
connection; the connection is no longer closed after the first processed in parallel. Responses are sent when they are
query. All queries received over such a connection are handled ready, not necessarily in the order in which the queries were
in parallel. received.
</para> </para>
<para> <para>
To revert to the former behavior for a particular To revert to the former behavior for a particular