From: Roger Dingledine Date: Wed, 12 Jan 2005 05:18:14 +0000 (+0000) Subject: add more chat and interactive protocols to LongLivedPorts X-Git-Tag: tor-0.1.0.1-rc~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b578f2fe2665a1b1a75f6fb5a85f8a77ee31545;p=thirdparty%2Ftor.git add more chat and interactive protocols to LongLivedPorts svn:r3340 --- diff --git a/src/or/config.c b/src/or/config.c index f1fab0e324..6e9ca1d71e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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"),