From 4883903e657095b93f88a3a3b9a0dccdffdaa397 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Mon, 15 Jun 2015 09:59:58 +0800 Subject: [PATCH] increase max udp timeout to 60s --- src/jconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jconf.h b/src/jconf.h index 8cf7ccea..3ecaba15 100644 --- a/src/jconf.h +++ b/src/jconf.h @@ -26,7 +26,7 @@ #define MAX_CONF_SIZE 16 * 1024 #define MAX_DNS_NUM 4 #define MAX_CONNECT_TIMEOUT 10 -#define MAX_UDP_TIMEOUT 10 +#define MAX_UDP_TIMEOUT 60 typedef struct { char *host;