diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2019-10-21 18:00:02 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 13:39:10 -0500 |
commit | de58a49a2db20638823a77a1fb4c7f913f4f2169 (patch) | |
tree | 4cf6c897077b4791b858eb11c090ee7fc3d50134 /src/test/test_connection.h | |
parent | 41b9dca07bb7dea4758cf97f9bbff7a52b09ebf4 (diff) | |
download | tor-de58a49a2db20638823a77a1fb4c7f913f4f2169.tar.gz tor-de58a49a2db20638823a77a1fb4c7f913f4f2169.zip |
test: HAPRoxy protocol
Diffstat (limited to 'src/test/test_connection.h')
-rw-r--r-- | src/test/test_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_connection.h b/src/test/test_connection.h index 40121e6d38..9efe31ebc6 100644 --- a/src/test/test_connection.h +++ b/src/test/test_connection.h @@ -7,6 +7,7 @@ /** Some constants used by test_connection and helpers */ #define TEST_CONN_FAMILY (AF_INET) #define TEST_CONN_ADDRESS "127.0.0.1" +#define TEST_CONN_ADDRESS_2 "127.0.0.2" #define TEST_CONN_PORT (12345) #define TEST_CONN_ADDRESS_PORT "127.0.0.1:12345" #define TEST_CONN_FD_INIT 50 |