Home
last modified time | relevance | path

Searched refs:TCP_RELAY_PORT (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtox_many_tcp_test.c43 #ifdef TCP_RELAY_PORT
44 #undef TCP_RELAY_PORT
46 #define TCP_RELAY_PORT 33448 macro
60 tox_options_set_tcp_port(opts, TCP_RELAY_PORT); in START_TEST()
72 …ck_assert_msg(tox_add_tcp_relay(toxes[i], TOX_LOCALHOST, TCP_RELAY_PORT, dpk, &error), "add relay … in START_TEST()
154 tox_options_set_tcp_port(opts, TCP_RELAY_PORT + i); in START_TEST()
165 …ck_assert_msg(tox_add_tcp_relay(toxes[i], TOX_LOCALHOST, TCP_RELAY_PORT + (i % NUM_TCP_RELAYS), dp… in START_TEST()
H A Dsave_load_test.c30 #ifdef TCP_RELAY_PORT
31 #undef TCP_RELAY_PORT
33 #define TCP_RELAY_PORT 33430 macro
116 tox_options_set_tcp_port(opts1, TCP_RELAY_PORT); in test_few_clients()
136 tox_add_tcp_relay(tox2, TOX_LOCALHOST, TCP_RELAY_PORT, dht_key, nullptr); in test_few_clients()