aboutsummaryrefslogtreecommitdiffstats
path: root/P1/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'P1/include/utils.h')
-rw-r--r--P1/include/utils.h3
1 files changed, 2 insertions, 1 deletions
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;