[tor-commits] [tor/maint-0.4.3] Change starting file descriptor for tests.

teor at torproject.org teor at torproject.org
Sat Apr 4 03:21:37 UTC 2020


commit f43a841d949554005833aacda175906a1d31d432
Author: Putta Khunchalee <putta at zcoin.io>
Date:   Fri Apr 3 16:47:38 2020 +0700

    Change starting file descriptor for tests.
---
 src/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
index 9cf9efb8a..bf327c0a3 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);





More information about the tor-commits mailing list