Browse Source

We don't verify using IPv6 SOCKS or Exit traffic, add TODOs for that

teor 7 years ago
parent
commit
62322e3d50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/chutney_tests/verify.py

+ 2 - 0
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.