Browse Source

decrease the MAX_UDP_TIMEOUT to 10s

pull/317/head
Max Lv 9 years ago
parent
commit
d53cd0c3fd
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 120
#define MAX_UDP_TIMEOUT 10
typedef struct {
char *host;

Loading…
Cancel
Save