summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-12-13 16:45:18 +0100
committerSimon Rettberg2019-12-13 16:45:18 +0100
commit38eff50100c906a46177c54da3382c661527e6a1 (patch)
treeae1947cd8b7a336c586d393202b99e31b3f1e3f6 /types.h
parentCompat hack for OpenSSL < 1.1.0 (diff)
downloadldadp-38eff50100c906a46177c54da3382c661527e6a1.tar.gz
ldadp-38eff50100c906a46177c54da3382c661527e6a1.tar.xz
ldadp-38eff50100c906a46177c54da3382c661527e6a1.zip
Increase send/receive buffer to 500k
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index ff2ddf4..3508ae3 100644
--- a/types.h
+++ b/types.h
@@ -17,7 +17,7 @@
#define MAXPATH 200
#define REQLEN 4000
-#define MAXMSGLEN 100000
+#define MAXMSGLEN 500000
#define BOOL uint8_t
#define TRUE (1)