tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f43a841d949554005833aacda175906a1d31d432
parent 7d2b6cacee75c5eeb27801151a175a0816fff129
Author: Putta Khunchalee <putta@zcoin.io>
Date:   Fri,  3 Apr 2020 16:47:38 +0700

Change starting file descriptor for tests.

Diffstat:
Msrc/test/test_connection.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_connection.h b/src/test/test_connection.h @@ -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);