[or-cvs] r8461: remove 8888 as a long lived port. i can't remember why it's (in tor/trunk: doc src/or)

arma at seul.org arma at seul.org
Fri Sep 22 19:29:27 UTC 2006


Author: arma
Date: 2006-09-22 15:29:26 -0400 (Fri, 22 Sep 2006)
New Revision: 8461

Modified:
   tor/trunk/doc/tor.1.in
   tor/trunk/src/or/config.c
Log:
remove 8888 as a long lived port. i can't remember why it's
on the list.


Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in	2006-09-22 18:26:05 UTC (rev 8460)
+++ tor/trunk/doc/tor.1.in	2006-09-22 19:29:26 UTC (rev 8461)
@@ -341,7 +341,7 @@
 (e.g. chat and interactive shells). Circuits for streams that use these
 ports will contain only high-uptime nodes, to reduce the chance that a
 node will go down before the stream is finished.
-(Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300, 8888)
+(Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300)
 .LP
 .TP
 \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2006-09-22 18:26:05 UTC (rev 8460)
+++ tor/trunk/src/or/config.c	2006-09-22 19:29:26 UTC (rev 8461)
@@ -182,7 +182,7 @@
   VAR("LogFile",             LINELIST_S, OldLogOptions,      NULL),
   VAR("LogLevel",            LINELIST_S, OldLogOptions,      NULL),
   VAR("LongLivedPorts",      CSV,      LongLivedPorts,
-                         "21,22,706,1863,5050,5190,5222,5223,6667,8300,8888"),
+                         "21,22,706,1863,5050,5190,5222,5223,6667,8300"),
   VAR("MapAddress",          LINELIST, AddressMap,           NULL),
   VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"128 TB"),
   VAR("MaxCircuitDirtiness", INTERVAL, MaxCircuitDirtiness,  "10 minutes"),



More information about the tor-commits mailing list