[or-cvs] r8496: add 6697 (ircs) as longlivedport. (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Sep 25 05:24:43 UTC 2006


Author: arma
Date: 2006-09-25 01:24:43 -0400 (Mon, 25 Sep 2006)
New Revision: 8496

Modified:
   tor/trunk/src/or/config.c
Log:
add 6697 (ircs) as longlivedport.


Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2006-09-25 02:45:45 UTC (rev 8495)
+++ tor/trunk/src/or/config.c	2006-09-25 05:24:43 UTC (rev 8496)
@@ -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"),
+                         "21,22,706,1863,5050,5190,5222,5223,6667,6697,8300"),
   VAR("MapAddress",          LINELIST, AddressMap,           NULL),
   VAR("MaxAdvertisedBandwidth",MEMUNIT,MaxAdvertisedBandwidth,"128 TB"),
   VAR("MaxCircuitDirtiness", INTERVAL, MaxCircuitDirtiness,  "10 minutes"),
@@ -522,7 +522,7 @@
     return address;
 }
 
-/** Equivalent to escaped(safe_str(address)).  See reentrancy node on
+/** Equivalent to escaped(safe_str(address)).  See reentrancy note on
  * escaped(): don't use this outside the main thread, or twice in the same
  * log statement. */
 const char *



More information about the tor-commits mailing list