diff options
Diffstat (limited to 'src/clients.h')
-rw-r--r-- | src/clients.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients.h b/src/clients.h index 2515837..5253b35 100644 --- a/src/clients.h +++ b/src/clients.h @@ -33,7 +33,7 @@ #include "slist.h" #include "tcp.h" -#define BUFFER_LENGTH 1048576 +#define BUFFER_LENGTH 10240 typedef struct { int fd_[2]; |