bind9/lib
Artem Boldariev 05cfb27b80 Disable Nagle's algorithm for TLS connections by default
This commit ensures that Nagle's algorithm is disabled by default for
TLS connections on best effort basis, just like other networking
software (e.g. NGINX) does, as, in the case of TLS, we are not
interested in trading latency for throughput, rather vice versa.

We attempt to disable it as early as we can, right after TCP
connections establishment, as an attempt to speed up handshake
handling.
2022-12-20 22:13:53 +02:00
..
bind9 Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
dns BIND: use Stream DNS for DNS over TCP connections 2022-12-20 22:13:53 +02:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Disable Nagle's algorithm for TLS connections by default 2022-12-20 22:13:53 +02:00
isccc Change the isc_buffer_reserve() to take just buffer pointer 2022-12-20 19:13:48 +01:00
isccfg BIND: use Stream DNS for DNS over TCP connections 2022-12-20 22:13:53 +02:00
ns BIND: use Stream DNS for DNS over TCP connections 2022-12-20 22:13:53 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00