]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add more chat and interactive protocols to LongLivedPorts
authorRoger Dingledine <arma@torproject.org>
Wed, 12 Jan 2005 05:18:14 +0000 (05:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 12 Jan 2005 05:18:14 +0000 (05:18 +0000)
svn:r3340

src/or/config.c

index f1fab0e324a1e2efc10b57dd71ded862248f647b..6e9ca1d71e99a016a8d9c8166650a43f74fb2349 100644 (file)
@@ -150,7 +150,7 @@ static config_var_t config_vars[] = {
   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"),