increase number of chunks to 64
parent
fe463612ae
commit
6b7810d3f5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue