diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2022-02-10 22:51:43 +0100 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2022-02-10 23:19:50 +0100 |
commit | 6b7810d3f5f6e9248212ec655920eff3de1d7c8b (patch) | |
tree | e94a01285469aef919049e2066e2bdf1868024d7 /src/core.h | |
parent | fe463612aeda019bd6b24fd88beeb4b81bd12282 (diff) |
increase number of chunks to 64
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |