From 6f2c8c14f302955373d764b0de3b948645fc9a82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Wed, 17 Jun 2026 22:37:14 +0200 Subject: [PATCH] amend! Port the long TCP stream test to Python Port the long TCP stream test to Python Previously, the packet.pl script was used to send the a series of frames to named; this worked by accident as most of these were refused by the kernel with EAGAIN. packet.pl prints a dot every 1000 packets, so this slowed the script down and allowed some frames to get through. Reimplement the test in Python: build the packet with dnspython, send ~6 MiB of data over TCP discarding all replies and then check if the server is still alive. -- 2.47.3