Explorar el Código

* Changed max_dcc back to 200, no need for more yet

svn: 1390
Bryan Drewery hace 21 años
padre
commit
2d0faf26ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/dccutil.c

+ 1 - 1
src/dccutil.c

@@ -31,7 +31,7 @@ static struct portmap 	*root = NULL;
 
 time_t	connect_timeout = 15;		/* How long to wait before a telnet
 					   connection times out */
-int         max_dcc = 299;
+int         max_dcc = 200;
 
 static int         dcc_flood_thr = 3;