bind9/lib/isc/netmgr
Ondřej Surý 780a89012d Remove the limit on the number of simultaneous TCP queries
There was an artificial limit of 23 on the number of simultaneous
pipelined queries in the single TCP connection.  The new network
managers is capable of handling "unlimited" (limited only by the TCP
read buffer size ) queries similar to "unlimited" handling of the DNS
queries receive over UDP.

Don't limit the number of TCP queries that we can process within a
single TCP read callback.

(cherry picked from commit 4f5b4662b6)
2022-02-17 16:57:34 -08:00
..
http.c DoH: ensure that server_send_error_response() is used properly 2022-01-14 16:00:42 +02:00
netmgr-int.h Remove the limit on the number of simultaneous TCP queries 2022-02-17 16:57:34 -08:00
netmgr.c Remove the limit on the number of simultaneous TCP queries 2022-02-17 16:57:34 -08:00
tcp.c Add TCP, TCPDNS and TLSDNS write timer 2022-02-17 09:47:43 +01:00
tcpdns.c Add TCP, TCPDNS and TLSDNS write timer 2022-02-17 09:47:43 +01:00
timer.c Add network manager based timer API 2022-02-17 22:29:29 +01:00
tlsdns.c Add TCP, TCPDNS and TLSDNS write timer 2022-02-17 09:47:43 +01:00
tlsstream.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
udp.c Add TCP, TCPDNS and TLSDNS write timer 2022-02-17 09:47:43 +01:00
uv-compat.c Add uv_tcp_close_reset compat 2022-02-17 09:47:43 +01:00
uv-compat.h Add uv_tcp_close_reset compat 2022-02-17 09:47:43 +01:00
uverr2result.c add UV_ENOTSUP to isc___nm_uverr2result() 2022-01-17 11:45:10 +01:00