From 7dc69064581d752f39e79a74830f65701431f867 Mon Sep 17 00:00:00 2001 From: logicog Date: Mon, 22 Sep 2025 20:09:38 +0200 Subject: [PATCH] Use smaller buffer to simulate firmware behaviour --- tools/httpd_sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/httpd_sim.h b/tools/httpd_sim.h index 1e4ccdb..412d2f8 100644 --- a/tools/httpd_sim.h +++ b/tools/httpd_sim.h @@ -3,7 +3,7 @@ #include -#define BUFFER_SIZE 16000 +#define BUFFER_SIZE 2400 struct Server { int domain;