- ./src/tor_socks_tcp.erl
- A simple plugin replacement for the gen_tcp module which communicates via a SOCKS5 proxy. The PKI server uses a SOCKS5 proxy as an option.
- ./test/test_tor_socks_tcp.erl
- Test for the tor_socks_tcp module
make runtest
runs all tests, i.e.
$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf test/
Tests can be run individually as well:
$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf tor_socks_tcp