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 @@ #include <signal.h> +/** + * A larger loop count will run more random tests -- + * which would be good, except that it may take too + * long for most user's patience. So this small + * value is the default. + */ +#define LOOP_COUNT 10 + +#define CURL_TIMEOUT 50L + static pid_t zzuf_pid; static void |