mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Change starting file descriptor for tests.
This commit is contained in:
parent
7d2b6cacee
commit
f43a841d94
@ -10,7 +10,7 @@
|
||||
#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
|
||||
#define TEST_CONN_FD_INIT 0x10000
|
||||
|
||||
void test_conn_lookup_addr_helper(const char *address,
|
||||
int family, tor_addr_t *addr);
|
||||
|
Loading…
Reference in New Issue
Block a user