Use smaller buffer to simulate firmware behaviour

This commit is contained in:
logicog
2025-09-26 21:00:47 +02:00
committed by René van Dorst
parent d4ccebeaa7
commit 7dc6906458
+1 -1
View File
@@ -3,7 +3,7 @@
#include <netinet/in.h>
#define BUFFER_SIZE 16000
#define BUFFER_SIZE 2400
struct Server {
int domain;