Files
bind9/lib
Aram Sargsyan 7beda284d2 Do not resend TCP requests
The req_response() function is using 'udpcount' variable to resend
the request 'udpcount' times on timeout even for TCP requests,
which does not make sense, as it would use the same connection.

Add a condition to use the resend logic only for UDP requests.

(cherry picked from commit edcdb881da)
2023-04-03 16:18:39 +00:00
..
2023-04-03 16:18:39 +00:00
2023-02-18 12:27:19 -08:00