소스 검색

Increase the port ranges to support larger networks

Steven Engler 4 년 전
부모
커밋
73c8a4ad8b
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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,