2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00
Files
bind/lib/dns
Ondřej Surý 96ef98558c Don't enable timeouts in dns_dispatch for incoming transfers
The dns_dispatch_add() call in the dns_xfrin unit had hardcoded 30
second limit.  This meant that any incoming transfer would be stopped in
it didn't finish within 30 seconds limit.  Additionally, dns_xfrin
callback was ignoring the return value from dns_dispatch_getnext() when
restarting the reading from the TCP stream; this could cause transfers
to get stuck waiting for a callback that would never come due to the
dns_dispatch having already been shut down.

Call the dns_dispatch_add() without a timeout and properly handle the
result code from the dns_dispatch_getnext().
2024-09-21 10:15:47 +02:00
..
2024-09-20 17:26:33 +02:00
2024-09-10 09:54:20 +00:00
2024-08-28 22:42:16 +00:00
2024-08-21 16:23:09 +02:00
2023-09-12 16:14:10 +02:00
2024-02-08 08:01:58 +01:00
2024-09-03 11:57:56 +02:00
2024-09-18 17:39:14 +02:00
2024-05-07 10:01:12 +10:00
2024-04-30 12:50:01 -07:00
2024-08-05 13:31:38 +00:00
2024-03-08 15:36:56 -08:00
2024-08-29 12:48:20 +00:00
2024-09-10 17:31:32 +02:00
2023-08-31 22:08:35 +02:00
2024-09-18 17:39:14 +02:00
2024-08-22 08:21:52 +02:00
2023-06-14 08:14:38 +00:00
2024-09-18 18:02:41 +02:00
2024-01-25 14:48:07 +01:00