diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/respdiff/respdiff-tcp.conf | 3 | ||||
-rw-r--r-- | ci/respdiff/respdiff-tls.conf | 3 | ||||
-rw-r--r-- | ci/respdiff/respdiff-udp.conf | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ci/respdiff/respdiff-tcp.conf b/ci/respdiff/respdiff-tcp.conf index 2ba89e9b..17b28648 100644 --- a/ci/respdiff/respdiff-tcp.conf +++ b/ci/respdiff/respdiff-tcp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-tls.conf b/ci/respdiff/respdiff-tls.conf index 38b2ba5f..79d35e6d 100644 --- a/ci/respdiff/respdiff-tls.conf +++ b/ci/respdiff/respdiff-tls.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-udp.conf b/ci/respdiff/respdiff-udp.conf index 92db2cb0..d4d57539 100644 --- a/ci/respdiff/respdiff-udp.conf +++ b/ci/respdiff/respdiff-udp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound |