Play some more with torrenting

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-07-27 15:55:31 +02:00
parent ef33425487
commit 37e6038788
12 changed files with 277 additions and 19 deletions

View File

@@ -26,13 +26,13 @@ For peers seeding the torrent use this, slightly expanded, syntax
~~~ txt
torrent DBFILE {
seed
dht
// directory (temp storage)
// port for dth, etc.
}
~~~
* `seed` tells *torrent* to seed content from **DBFILE** to the peers, it will _never_ write to
**DBFILE**. When `seed` is _not_ specified **DBFILE** will be written to once the entire torrent
is downloaded.
* `dth` starts a DTH server on address
## Examples