[tor-commits] [chutney/master] We don't verify using IPv6 SOCKS or Exit traffic, add TODOs for that

teor at torproject.org teor at torproject.org
Tue Sep 6 03:52:13 UTC 2016


commit 62322e3d50369def8e095bb124594919aada9542
Author: teor <teor2345 at gmail.com>
Date:   Tue Sep 6 13:50:49 2016 +1000

    We don't verify using IPv6 SOCKS or Exit traffic, add TODOs for that
---
 scripts/chutney_tests/verify.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/chutney_tests/verify.py b/scripts/chutney_tests/verify.py
index 67ca642..b887ee7 100644
--- a/scripts/chutney_tests/verify.py
+++ b/scripts/chutney_tests/verify.py
@@ -28,10 +28,12 @@ def run_test(network):
 def _verify_traffic(network):
     """Verify (parts of) the network by sending traffic through it
     and verify what is received."""
+    # TODO: IPv6 SOCKSPorts, SOCKSPorts with IPv6Traffic, and IPv6 Exits
     LISTEN_ADDR = network._dfltEnv['ip']
     LISTEN_PORT = 4747  # FIXME: Do better! Note the default exit policy.
     # HSs must have a HiddenServiceDir with
     # "HiddenServicePort <HS_PORT> <CHUTNEY_LISTEN_ADDRESS>:<LISTEN_PORT>"
+    # TODO: Test <CHUTNEY_LISTEN_ADDRESS_V6>:<LISTEN_PORT>
     HS_PORT = 5858
     # The amount of data to send between each source-sink pair,
     # each time the source connects.





More information about the tor-commits mailing list