From ec469fa2a66b4731586ddf923d9b4ba85af5c1b0 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 4 May 2026 21:55:20 +0300 Subject: [PATCH] Fix: buffer size in hash --- src/structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures.h b/src/structures.h index 6f23302..f853ac8 100644 --- a/src/structures.h +++ b/src/structures.h @@ -182,7 +182,7 @@ int #endif #endif -#define MAX_HASH_SIZE (16) +#define MAX_HASH_SIZE (64) #define UDPBUFSIZE 16384 extern char* NULLADDR;