summaryrefslogtreecommitdiff
path: root/auto_tests/tox_many_tcp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_many_tcp_test.c')
-rw-r--r--auto_tests/tox_many_tcp_test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/auto_tests/tox_many_tcp_test.c b/auto_tests/tox_many_tcp_test.c
index 48f5671c..77c611d9 100644
--- a/auto_tests/tox_many_tcp_test.c
+++ b/auto_tests/tox_many_tcp_test.c
@@ -17,14 +17,6 @@
17 17
18#include "helpers.h" 18#include "helpers.h"
19 19
20#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
21#include <windows.h>
22#define c_sleep(x) Sleep(1*x)
23#else
24#include <unistd.h>
25#define c_sleep(x) usleep(1000*x)
26#endif
27
28/* The Travis-CI container responds poorly to ::1 as a localhost address 20/* The Travis-CI container responds poorly to ::1 as a localhost address
29 * You're encouraged to -D FORCE_TESTS_IPV6 on a local test */ 21 * You're encouraged to -D FORCE_TESTS_IPV6 on a local test */
30#ifdef FORCE_TESTS_IPV6 22#ifdef FORCE_TESTS_IPV6