From 45ef080bad8f362f144bf15af98bfa80fa96f059 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 26 May 2021 16:03:56 +0200 Subject: [PATCH] Changelog entry for getdns_context_set_tcp_send_timeout() contribution Thanks a lot @maciejsszmigiero , this looks really valueable! --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e2bcf77..670681d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ * Issue #466: Memory leak with retrying queries (for examples with search paths). Thanks doublez13. * Issue #480: Cross compiling is broken with CMake + * Setting of the number of milliseconds send data may remain + unacknowledged by the peer in a TCP connection (when supported + by the OS) with getdns_context_set_tcp_send_timeout() + Thanks maciejsszmigiero. * 2020-02-28: Version 1.6.0 * Issues #457, #458, #461: New symbols with libnettle >= 3.4.