summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPutta Khunchalee <putta@zcoin.io>2020-04-03 16:47:38 +0700
committerPutta Khunchalee <putta@zcoin.io>2020-04-03 16:47:38 +0700
commitf43a841d949554005833aacda175906a1d31d432 (patch)
treefa8983b8329853dfe94a2715c1a0e69a2dd2651d
parent7d2b6cacee75c5eeb27801151a175a0816fff129 (diff)
downloadtor-f43a841d949554005833aacda175906a1d31d432.tar.gz
tor-f43a841d949554005833aacda175906a1d31d432.zip
Change starting file descriptor for tests.
-rw-r--r--src/test/test_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_connection.h b/src/test/test_connection.h
index 9cf9efb8a4..bf327c0a3d 100644
--- 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);