summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2022-02-10 22:51:43 +0100
committertiptorrent development team <tiptorrent@soleta.eu>2022-02-10 23:19:50 +0100
commit6b7810d3f5f6e9248212ec655920eff3de1d7c8b (patch)
treee94a01285469aef919049e2066e2bdf1868024d7 /src/core.h
parentfe463612aeda019bd6b24fd88beeb4b81bd12282 (diff)
increase number of chunks to 64
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index c4d6379..91b2b24 100644
--- a/src/core.h
+++ b/src/core.h
@@ -6,7 +6,7 @@
#include <stdbool.h>
#include <netinet/in.h>
-#define MAX_CHUNKS 4
+#define MAX_CHUNKS 64
#define TIP_MSG_REQUEST_MAXLEN 131072