|
@@ -30,9 +30,8 @@
|
|
|
|
|
|
|
|
static struct portmap *root = NULL;
|
|
static struct portmap *root = NULL;
|
|
|
|
|
|
|
|
-time_t connect_timeout = 15; /* How long to wait before a telnet
|
|
|
|
|
- connection times out */
|
|
|
|
|
-int max_dcc = 200;
|
|
|
|
|
|
|
+time_t connect_timeout = 40; /* How long to wait before a telnet connection times out */
|
|
|
|
|
+int max_dcc = 200;
|
|
|
|
|
|
|
|
static int dcc_flood_thr = 3;
|
|
static int dcc_flood_thr = 3;
|
|
|
|
|
|