]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change starting file descriptor for tests.
authorPutta Khunchalee <putta@zcoin.io>
Fri, 3 Apr 2020 09:47:38 +0000 (16:47 +0700)
committerPutta Khunchalee <putta@zcoin.io>
Fri, 3 Apr 2020 09:47:38 +0000 (16:47 +0700)
src/test/test_connection.h

index 9cf9efb8a41e197c39e908ec0269b846a5b684a9..bf327c0a3d6676e529c8d4b19807e882eafef170 100644 (file)
@@ -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);