Go to file
tiptorrent development team 9e80376cb8 remove file size check
in preparation for multiprocessing.

Each process downloads its own chunks, this check cannot be done unless
there is a way to report each process the amount of bytes receives
(via interprocess communication).

Or simply use threads instead of process.
2022-11-30 12:28:41 +01:00
src remove file size check 2022-11-30 12:28:41 +01:00
tests tests: add optional parameter for clients number 2022-02-14 10:06:15 +01:00
.gitignore initial commit 2021-09-18 18:36:06 +02:00
COPYING tiptorrent-client is released under AGPL3+ 2021-09-29 15:54:00 +02:00
Makefile.am no need for root to run tiptorrent-client 2021-09-22 15:50:46 +02:00
configure.ac initial commit 2021-09-18 18:36:06 +02:00