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

replay.py: add missing batch_size

parent d2b80c7a
No related branches found
No related tags found
1 merge request!27ui: allow traffic mixing
......@@ -29,7 +29,7 @@ protocol = "tcp"
weight = 5
idle_timeout_s = 0
# Well-behvaed DNS-over-TLS clients.
# Well-behaved DNS-over-TLS clients.
[traffic.DoT]
protocol = "dot"
weight = 10
......
......@@ -29,6 +29,7 @@ DEFAULT_TRAFFIC_FIELDS = [
'server',
'channel_size',
'max_clients',
'batch_size',
]
# Protocol aliases are translated into specific dnssim functions.
......
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