]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/respdiff: keep bufsize towards respdiff at 4K
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 11 Sep 2020 15:39:37 +0000 (17:39 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 23 Oct 2020 08:03:33 +0000 (10:03 +0200)
Note: this commits affects just the small respdiffs, not the big ones.

ci/respdiff/kresd.config

index 02fe5a7d7da8c31cd194f57db1bb2134823a3028..be5c4582ef5368762a19251cbc544d844298fba1 100644 (file)
@@ -19,4 +19,8 @@ modules = {
        'stats',    -- Track internal statistics
 }
 
+-- avoid TC flags returned to respdiff
+local _, up_bs = net.bufsize()
+net.bufsize(4096, up_bs)
+
 verbose(true)