From: Vladimír Čunát Date: Fri, 11 Sep 2020 15:39:37 +0000 (+0200) Subject: ci/respdiff: keep bufsize towards respdiff at 4K X-Git-Tag: v5.2.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadc051544813beb402af4959acc6b787d20d94e;p=thirdparty%2Fknot-resolver.git ci/respdiff: keep bufsize towards respdiff at 4K Note: this commits affects just the small respdiffs, not the big ones. --- diff --git a/ci/respdiff/kresd.config b/ci/respdiff/kresd.config index 02fe5a7d7..be5c4582e 100644 --- a/ci/respdiff/kresd.config +++ b/ci/respdiff/kresd.config @@ -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)