]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/mldonkey/bittorrent.ini
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / config / mldonkey / bittorrent.ini
CommitLineData
02dc0a76
MT
1
2
3 (************************************)
4 (* Never edit options files when *)
5 (* the daemon is running *)
6 (************************************)
7 (* SECTION : Bittorrent *)
8 (* Bittorrent options *)
9 (************************************)
10
11
12
13 (* The port to bind the client to *)
14 client_port = 6882
15
16 (* The UID of this client *)
17 client_uid = FVGUYMROG4XDOLN7O4WJZ2KKH7IL5CBE
18
19 (* Ask the tracker for new sources only if you have fewer than that number of sources *)
20 ask_tracker_threshold = 20
21
22 (* Maximum number of HTTP redirects before reaching the tracker - maximum 10, 0 to disable *)
23 max_tracker_redirect = 1
24
25 (* Send client key to trackers *)
26 send_key = true
27
28 (* Maximum number of uploaders for one torrent *)
29 max_uploaders_per_torrent = 5
30
31 (* Maximum number of uploaders for bittorrent *)
32 max_bt_uploaders = 5
33
34 (* Number of peers to request from tracker (Negative # = let tracker decide) *)
35 numwant = -1
36
37 (* Interval in seconds 'torrents/incoming' is scanned for new torrent files to be downloaded, 0 to deactivate, changes require restart *)
38 import_new_torrents_interval = 60.
39
40 (* Minimum time in seconds to wait between asking the tracker for sources *)
41 min_tracker_reask_interval = 300
42
43 (* Timeout on client connections *)
44 client_timeout = 90.
45
46 (* User agent string (default = "default") *)
47 user_agent = default
48
49 (* (internal option) *)
50 options_version = 0
51 old_files = []
52
53 (* The port to bind the tracker to *)
54 tracker_port = 6881
55
56 (* The maximal number of tracked files (to prevend saturation attack) *)
57 max_tracked_files = 100
58
59 (* The maximal number of peers returned by the tracker *)
60 max_tracker_reply = 20
61
62 (* The tracker will check the torrent file is available if an announce request is received *)
63 tracker_force_local_torrents = true
64
65 (* The tracker will check the client key to update ip if changed *)
66 tracker_use_key = true
67
68 (* Let you define a default tracker for creating torrents (leave empty for mlnet tracker) *)
69 default_tracker = ""
70
71 (* Let you define a default comment for creating torrents *)
72 default_comment = ""
73
74(*
75 The following options are not used (errors, obsolete, ...)
76*)