Browse Source

Increase the port ranges to support larger networks

Steven Engler 4 years ago
parent
commit
73c8a4ad8b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      lib/chutney/TorNet.py

+ 5 - 5
lib/chutney/TorNet.py

@@ -1806,11 +1806,11 @@ DEFAULTS = {
     'chutney_dir': get_absolute_chutney_path(),
     'torrc_fname': '${local_dir}/torrc',
     'orport_base': 5000,
-    'dirport_base': 7000,
-    'controlport_base': 8000,
-    'socksport_base': 9000,
-    'extorport_base' : 9500,
-    'ptport_base' : 9900,
+    'dirport_base': 10000,
+    'controlport_base': 15000,
+    'socksport_base': 20000,
+    'extorport_base' : 25000,
+    'ptport_base' : 30000,
     'authorities': "AlternateDirAuthority bleargh bad torrc file!",
     'bridges': "Bridge bleargh bad torrc file!",
     'core': True,