increase number of chunks to 64

master
tiptorrent development team 2022-02-10 22:51:43 +01:00
parent fe463612ae
commit 6b7810d3f5
1 changed files with 1 additions and 1 deletions

View File

@ -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