summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/tox_many_tcp_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto_tests/tox_many_tcp_test.c b/auto_tests/tox_many_tcp_test.c
index a3be23fd..c1bf522b 100644
--- a/auto_tests/tox_many_tcp_test.c
+++ b/auto_tests/tox_many_tcp_test.c
@@ -39,6 +39,10 @@ static void accept_friend_request(Tox *m, const uint8_t *public_key, const uint8
39 39
40#define NUM_FRIENDS 50 40#define NUM_FRIENDS 50
41#define NUM_TOXES_TCP 40 41#define NUM_TOXES_TCP 40
42
43#ifdef TCP_RELAY_PORT
44#undef TCP_RELAY_PORT
45#endif
42#define TCP_RELAY_PORT 33448 46#define TCP_RELAY_PORT 33448
43 47
44START_TEST(test_many_clients_tcp) 48START_TEST(test_many_clients_tcp)