From 60d1c56c5458591df590bfca1f05bfe948bdec9a Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Fri, 13 Aug 2021 17:14:38 +0200 Subject: [PATCH] adjusted message size --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index e457015..36e54a5 100644 --- a/common.h +++ b/common.h @@ -15,7 +15,7 @@ #define VERIFIERPORT 6592 #define MAX_CLIENTS 10 -#define MAX_BUFSIZE 20480 +#define MAX_BUFSIZE 40960 #define MAX_MSGSIZE ((MAX_BUFSIZE - 1536) / 2) #define MAX_BSNSIZE 128 #define NONCE_SIZE 384