This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
hekate.man
61 lines (61 loc) · 1.53 KB
/
hekate.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH HEKATE 1 "June 2009"
.SH NAME
hekate \- a BitTorrent seeder
.SH SYNOPSIS
.B hekate
.IR option "... " directory ...
.SH DESCRIPTION
Hekate is a BitTorrent seeder, able to seed
thousands of torrents to thousands of peers.
.SH OPTIONS
.TP
.BI \-t
Do not contact any trackers.
.TP
.BI \-h
Do not participate in the DHT.
.TP
.BI \-l
List the valid .torrent files and quit immediately.
.TP
.BI \-4
Only announce torrents over IPv4.
.TP
.BI \-6
Only announce torrents over IPv6.
.TP
.BI \-p " port"
Specify the listening TCP and UDP port. The default is 6969.
.TP
.BI \-N " max_unchoked"
Specify the maximum number of simultaneously unchoked peers (50 by
default). The maximum number of connected peers will be set to 10 times
that.
.TP
.BI \-C " credit"
Specify the
.I initial credit
given to a peer, in bytes. This is the amount that will be served to
a peer before it is considered for choking or dropping. The default is
1048576 (1MB).
.TP
.BI \-T " time"
Specify the maximum time for which a peer can remain unchoked before it is
considered for choking or dropping. The default is 300 (5 minutes).
.TP
.BI \-d " level"
Specify the debug level. The default is 0. A value of 10 will display
every BitTorrent message sent or received.
.TP
.IR directory ...
The list of directories in which
.B hekate
should (recursively) look for torrents.
.SH BUGS
Plenty. This is experimental software, run at your own risk.
.SH SEE ALSO
.BR transmission (1),
.BR deluge (1),
.BR rtorrent (1).
.SH AUTHORS
Pejman Attar, Yoann Canal, Juliusz Chroboczek and Gabriel Kerneis.