aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/socat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/socat.c')
-rw-r--r--src/testzzuf/socat.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testzzuf/socat.c b/src/testzzuf/socat.c
index 800d5c37..d918b891 100644
--- a/src/testzzuf/socat.c
+++ b/src/testzzuf/socat.c
@@ -30,6 +30,16 @@
30#include <signal.h> 30#include <signal.h>
31 31
32 32
33/**
34 * A larger loop count will run more random tests --
35 * which would be good, except that it may take too
36 * long for most user's patience. So this small
37 * value is the default.
38 */
39#define LOOP_COUNT 10
40
41#define CURL_TIMEOUT 50L
42
33static pid_t zzuf_pid; 43static pid_t zzuf_pid;
34 44
35static void 45static void