Skip to content
Snippets Groups Projects
Verified Commit ae763a65 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

shotgun: increase idle_timeout to 10s

parent 4685d285
No related branches found
No related tags found
1 merge request!17shotgun: updates
......@@ -8,7 +8,7 @@ local getopt = require("dnsjit.lib.getopt").new({
{ "s", "server", "::1", "Target IPv6 address", "?" },
{ "t", "timeout", 2, "Timeout for requests", "?" },
{ "k", "hanshake_timeout", 5, "Timeout for session handshake", "?" },
{ "e", "idle_timeout", 0, "Idle timeout for TCP sessions", "?" },
{ "e", "idle_timeout", 10, "Idle timeout for TCP sessions", "?" },
{ "b", "bind", "", "Source IPv6 bind address pattern (example: 'fd00::%x')", "?" },
{ "i", "ips", 1, "Number of source IPs per thread (when -b is set)", "?" },
{ "d", "drift", 1.0, "Maximum realtime drift (seconds)", "?" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment