summarylogtreecommitdiffstats
path: root/routelen6.patch
diff options
context:
space:
mode:
authorColin Arnott2015-12-15 05:28:41 +0000
committerColin Arnott2015-12-15 05:28:41 +0000
commit32c88940f8582958d85974d376221afdb54b20b9 (patch)
tree40f16208385d03f875ecca47d0a99a4e71bc6350 /routelen6.patch
downloadaur-32c88940f8582958d85974d376221afdb54b20b9.tar.gz
initial commit, mostly stolen from tor-git, with a new patch file added
Diffstat (limited to 'routelen6.patch')
-rw-r--r--routelen6.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/routelen6.patch b/routelen6.patch
new file mode 100644
index 000000000000..bce26a8e54d3
--- /dev/null
+++ b/routelen6.patch
@@ -0,0 +1,20 @@
+---
+ src/or/or.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/or/or.h b/src/or/or.h
+index 945934e..e0f1c5f 100644
+--- a/src/or/or.h
++++ b/src/or/or.h
+@@ -4472,7 +4472,7 @@ struct socks_request_t {
+ /********************************* circuitbuild.c **********************/
+
+ /** How many hops does a general-purpose circuit have by default? */
+-#define DEFAULT_ROUTE_LEN 3
++#define DEFAULT_ROUTE_LEN 6
+
+ /* Circuit Build Timeout "public" structures. */
+
+--
+2.6.4
+