1970. [bug] nsupdate: adjust UDP timeout when falling back to

unsigned SOA query. [RT #15775]
This commit is contained in:
Mark Andrews
2006-01-06 04:50:14 +00:00
parent 5b55b52bbb
commit 54dd0df9c9
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
1970. [bug] nsupdate: adjust UDP timeout when falling back to
unsigned SOA query. [RT #15775]
1969. [bug] win32: the socket code was freeing the socket
structure too early. [RT #15776]
+2 -2
View File
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsupdate.c,v 1.103.2.15.2.20 2005/03/17 03:58:26 marka Exp $ */
/* $Id: nsupdate.c,v 1.103.2.15.2.21 2006/01/06 04:50:14 marka Exp $ */
#include <config.h>
@@ -1665,7 +1665,7 @@ recvsoa(isc_task_t *task, isc_event_t *event) {
result = dns_request_createvia3(requestmgr, soaquery,
localaddr, addr, 0, NULL,
FIND_TIMEOUT * 20,
FIND_TIMEOUT * 20, 3,
FIND_TIMEOUT, 3,
global_task, recvsoa, reqinfo,
&request);
check_result(result, "dns_request_createvia");