Go to file
tiptorrent development team f6f3984be7 allow to specify maximum number of redirections with -r
For example, -r/--redirect 3 specifies that the maximum number of redirections
per client is 3.

if -r/--redirect is specified with no argument, then the argument specified by
-n/--max-clients is used.

If -n/--max-clients is not specified and -r/--redirect is specifed with no
argument, then default value is 3.
2022-02-08 12:09:39 +01:00
src allow to specify maximum number of redirections with -r 2022-02-08 12:09:39 +01:00
tests extend tests 2021-09-29 15:48:30 +02:00
.gitignore initial commit 2021-09-29 15:47:43 +02:00
COPYING tiptorrent is released under AGPL3+ 2021-09-29 15:52:14 +02:00
Makefile.am no need for root to run tiptorrent 2021-09-29 15:49:07 +02:00
README initial commit 2021-09-29 15:47:43 +02:00
configure.ac initial commit 2021-09-29 15:47:43 +02:00
tiptorrent@.service systemd: add service template 2021-09-29 15:49:09 +02:00

README

1) Compile:

	make

2) Run (serving files in the local folder):

	./tiptorrent

3) Generate test file

	dd if=/dev/random of=TEST
	... ctrl-c whenever you like ...
	md5sum TEST

4) Test (on a different terminal)

	wget http://localhost:9999/TEST

   Now check that downloaded file is the same:

	md5sum TEST