increase number of chunks to 64

master
tiptorrent development team 2022-02-10 22:23:52 +01:00
parent 900ae1d783
commit db94ee6ef8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#define TIP_TORRENT_PORT 9999
/* number of chunks for files. */
#define MAX_CHUNKS 4
#define MAX_CHUNKS 64
#define container_of(ptr, type, member) ({ \
typeof( ((type *)0)->member ) *__mptr = (ptr); \