From e66e195e7c175c738d0f11ba6d42eb4273f33b94 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Oct 2020 08:26:44 -0500 Subject: Add another define Increase buffer size --- P1/include/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'P1/include/utils.h') diff --git a/P1/include/utils.h b/P1/include/utils.h index c88c447..8be5169 100644 --- a/P1/include/utils.h +++ b/P1/include/utils.h @@ -18,7 +18,8 @@ #define MSGSIZE 1100 #define ENDTYPE 1000 #define ACKTYPE 1100 -#define BUFFSIZE 1000 +#define BUFFSIZE 500 +#define DIRSIZE 150 struct msgBuffer { long msgType; -- cgit v1.2.3