Browse Source

increase max udp timeout to 60s

pull/338/head v2.2.2
Max Lv 9 years ago
parent
commit
4883903e65
1 changed files with 1 additions and 1 deletions
  1. 2
      src/jconf.h

2
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;

Loading…
Cancel
Save