diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-05 21:20:20 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-05 21:20:20 -0500 |
commit | a223fdf633dfb2478d86a477321ca8ce9eb5ea68 (patch) | |
tree | 7ed0197bd97e7ad91364c5720cba327cb1c80c7d /P1 | |
parent | Comments (diff) | |
download | csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar.gz csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar.bz2 csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar.lz csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar.xz csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.tar.zst csci4061-a223fdf633dfb2478d86a477321ca8ce9eb5ea68.zip |
INCREASE buffer
Diffstat (limited to 'P1')
-rw-r--r-- | P1/include/utils.h | 2 |
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; |