[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8461: remove 8888 as a long lived port. i can't remember why it's (in tor/trunk: doc src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8461: remove 8888 as a long lived port. i can't remember why it's (in tor/trunk: doc src/or)
- From: arma@xxxxxxxx
- Date: Fri, 22 Sep 2006 15:29:27 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 22 Sep 2006 15:29:34 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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"),