Просмотр исходного кода

* Let outbound telnet connections timeout after 40 seconds
Need to allow time for dns/ident checking on other end


svn: 1502

Bryan Drewery 21 лет назад
Родитель
Сommit
cf19e88ab0
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      src/dccutil.c

+ 2 - 3
src/dccutil.c

@@ -30,9 +30,8 @@
 
 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;