diff options
Diffstat (limited to 'src/testzzuf/socat.c')
-rw-r--r-- | src/testzzuf/socat.c | 10 |
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 | |||
33 | static pid_t zzuf_pid; | 43 | static pid_t zzuf_pid; |
34 | 44 | ||
35 | static void | 45 | static void |