Skip to content
Snippets Groups Projects
Commit 1cdd2056 authored by Oto Šťáva's avatar Oto Šťáva
Browse files

QUIC: Make 0-RTT the default

parent 946b6630
No related branches found
No related tags found
1 merge request!75Support for DNS-over-QUIC
......@@ -17,7 +17,7 @@ config.threads[{{ loop.index }}] = {
idle_timeout_s = {{ thread.idle_timeout_s|default(10)|int }},
protocol_func = "{{ thread.protocol_func|default('udp') }}",
gnutls_priority = "{{ thread.gnutls_priority|default('dnssim-default') }}",
zero_rtt = {{ thread.zero_rtt|default(0)|int }},
zero_rtt = {{ thread.zero_rtt|default(1)|int }},
http_method = "{{ thread.http_method|default('GET') }}",
output_file = "{{ thread.output_file }}",
channel_size = {{ thread.channel_size|default(2048)|int }},
......
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