Browse Source

Add port 6523 (Gobby) to LongLivedPorts.

intrigeri 13 years ago
parent
commit
8b265543eb
3 changed files with 5 additions and 2 deletions
  1. 3 0
      changes/feature3439
  2. 1 1
      doc/tor.1.txt
  3. 1 1
      src/or/config.c

+ 3 - 0
changes/feature3439

@@ -0,0 +1,3 @@
+  o Minor features:
+    - Add port 6523 (Gobby) to LongLivedPorts. Patch by intrigeri;
+      implements ticket 3439.

+ 1 - 1
doc/tor.1.txt

@@ -651,7 +651,7 @@ The following options are useful only for clients (that is, if
     (e.g. chat and interactive shells). Circuits for streams that use these
     (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
     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,
     will go down before the stream is finished. (Default: 21, 22, 706, 1863,
-    5050, 5190, 5222, 5223, 6667, 6697, 8300)
+    5050, 5190, 5222, 5223, 6523, 6667, 6697, 8300)
 
 
 **MapAddress** __address__ __newaddress__::
 **MapAddress** __address__ __newaddress__::
     When a request for address arrives to Tor, it will rewrite it to newaddress
     When a request for address arrives to Tor, it will rewrite it to newaddress

+ 1 - 1
src/or/config.c

@@ -310,7 +310,7 @@ static config_var_t _option_vars[] = {
   OBSOLETE("LogFile"),
   OBSOLETE("LogFile"),
   V(LogTimeGranularity,          MSEC_INTERVAL, "1 second"),
   V(LogTimeGranularity,          MSEC_INTERVAL, "1 second"),
   V(LongLivedPorts,              CSV,
   V(LongLivedPorts,              CSV,
-                         "21,22,706,1863,5050,5190,5222,5223,6667,6697,8300"),
+                         "21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"),
   VAR("MapAddress",              LINELIST, AddressMap,           NULL),
   VAR("MapAddress",              LINELIST, AddressMap,           NULL),
   V(MaxAdvertisedBandwidth,      MEMUNIT,  "1 GB"),
   V(MaxAdvertisedBandwidth,      MEMUNIT,  "1 GB"),
   V(MaxCircuitDirtiness,         INTERVAL, "10 minutes"),
   V(MaxCircuitDirtiness,         INTERVAL, "10 minutes"),