[or-cvs] add more chat and interactive protocols to LongLivedPorts

Roger Dingledine arma at seul.org
Wed Jan 12 05:18:16 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
add more chat and interactive protocols to LongLivedPorts


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- config.c	12 Jan 2005 04:58:23 -0000	1.297
+++ config.c	12 Jan 2005 05:18:14 -0000	1.298
@@ -150,7 +150,7 @@
   VAR("ORBindAddress",       LINELIST, ORBindAddress,        NULL),
   VAR("OutboundBindAddress", STRING,   OutboundBindAddress,  NULL),
   VAR("PidFile",             STRING,   PidFile,              NULL),
-  VAR("LongLivedPorts",      CSV,      LongLivedPorts,       "22,6667"),
+  VAR("LongLivedPorts",      CSV,      LongLivedPorts,       "21,22,706,1863,5050,5190,5222,5223,6667,8300,8888"),
   VAR("PathlenCoinWeight",   DOUBLE,   PathlenCoinWeight,    "0.3"),
   VAR("RedirectExit",        LINELIST, RedirectExit,         NULL),
   OBSOLETE("RouterFile"),



More information about the tor-commits mailing list