aboutsummaryrefslogtreecommitdiffstats
path: root/P1
diff options
context:
space:
mode:
Diffstat (limited to 'P1')
-rw-r--r--P1/include/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/P1/include/utils.h b/P1/include/utils.h
index da5ffd8..c88c447 100644
--- a/P1/include/utils.h
+++ b/P1/include/utils.h
@@ -18,7 +18,7 @@
#define MSGSIZE 1100
#define ENDTYPE 1000
#define ACKTYPE 1100
-#define BUFFSIZE 150
+#define BUFFSIZE 1000
struct msgBuffer {
long msgType;