]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
New minimum uptime to become an HSDir is 96 hours.
authorGeorge Kadianakis <desnacked@riseup.net>
Wed, 14 Jan 2015 12:47:54 +0000 (12:47 +0000)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 14 Jan 2015 12:48:09 +0000 (12:48 +0000)
changes/bug14149 [new file with mode: 0644]
src/or/config.c

diff --git a/changes/bug14149 b/changes/bug14149
new file mode 100644 (file)
index 0000000..d655a14
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (hidden service parameters):
+    - Make hidden service Sybil attacks harder by changing the minimum
+      time required to become an HSDir from 25 hours up to 96 hours.
+      Addresses ticket #14149.
\ No newline at end of file
index 3b82c1e06460c05db034acf4da722fff36183ea6..5db065f000e524a0343d1100c47716a87a29e194 100644 (file)
@@ -439,7 +439,7 @@ static config_var_t option_vars_[] = {
   VAR("__HashedControlSessionPassword", LINELIST, HashedControlSessionPassword,
       NULL),
   VAR("__OwningControllerProcess",STRING,OwningControllerProcess, NULL),
-  V(MinUptimeHidServDirectoryV2, INTERVAL, "25 hours"),
+  V(MinUptimeHidServDirectoryV2, INTERVAL, "96 hours"),
   V(VoteOnHidServDirectoriesV2,  BOOL,     "1"),
   V(TestingServerDownloadSchedule, CSV_INTERVAL, "0, 0, 0, 60, 60, 120, "
                                  "300, 900, 2147483647"),