]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/cache, modules/ta_update: increase buffer size in tests
authorOto Šťáva <oto.stava@nic.cz>
Fri, 17 Mar 2023 09:50:00 +0000 (10:50 +0100)
committerOto Šťáva <oto.stava@nic.cz>
Fri, 17 Mar 2023 09:50:00 +0000 (10:50 +0100)
lib/cache/overflow.test.integr/kresd_config.j2
lib/cache/test.integr/kresd_config.j2
modules/ta_update/ta_update.test.integr/kresd_config.j2
modules/ta_update/ta_update.unmanagedkey.test.integr/kresd_config.j2

index 63841ff29975a7b84f12641bf1bb77e2667363ae..b69c39ba49a9dc5cd30a484b90c5b117524e62af 100644 (file)
@@ -34,6 +34,8 @@ policy.add(policy.all(policy.DEBUG_ALWAYS))
 
 cache.open(1*MB)
 
+net.bufsize(4096)
+
 {% endraw %}
 
 {% if DO_IP6 == "true" %}
index c4c286f61d4746cc0714122dd5389737fc9105dc..b6b5bab0769508d442f7f9b646f3f3a5a2c0c06b 100644 (file)
@@ -28,6 +28,7 @@ _hint_root_file('hints')
 cache.size = 2*MB
 log_level('debug')
 policy.add(policy.all(policy.DEBUG_ALWAYS))
+net.bufsize(4096)
 {% endraw %}
 
 net = { '{{SELF_ADDR}}' }
index da319a281b957e6adb64580e9ad3703ce3823517..f19c5b7dffa049ccdda9cfa83c3d48b11aadee19 100644 (file)
@@ -23,6 +23,7 @@ end
 policy.add(policy.suffix(policy.PASS, {todname('test.')}))
 cache.size = 2*MB
 log_level('debug')
+net.bufsize(4096)
 {% endraw %}
 
 modules.load('hints')
index 263404d7eb6398b775bcfc86e5ea00dd228941f3..300dac958f5d94a28022b3c2c64d93bf731cfaaa 100644 (file)
@@ -39,6 +39,7 @@ end
 policy.add(policy.suffix(policy.PASS, {todname('test.')}))
 cache.size = 2*MB
 log_level('debug')
+net.bufsize(4096)
 {% endraw %}
 
 modules.load('hints')