]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/mldonkey/bittorrent.ini
Start core47.
[people/pmueller/ipfire-2.x.git] / config / mldonkey / bittorrent.ini
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 (* changing this option requires restart of MLDonkey core *)
15 client_port = 6882
16
17 (* The UID of this client *)
18 client_uid = FVGUYMROHEXDALLJAB2KACHON6Y5HBUN
19
20 (* Ask the tracker for new sources only if you have fewer than that number of sources *)
21 ask_tracker_threshold = 20
22
23 (* Maximum number of HTTP redirects before reaching the tracker - maximum 10, 0 to disable *)
24 max_tracker_redirect = 1
25
26 (* Send client key to trackers *)
27 send_key = true
28
29 (* Maximum number of uploaders for one torrent *)
30 max_uploaders_per_torrent = 5
31
32 (* Maximum number of uploaders for bittorrent *)
33 max_bt_uploaders = 5
34
35 (* Number of peers to request from tracker (Negative # = let tracker decide) *)
36 numwant = -1
37
38 (* Interval in seconds 'torrents/incoming' is scanned for new torrent files to be downloaded, 0 to deactivate *)
39 (* changing this option requires restart of MLDonkey core *)
40 import_new_torrents_interval = 60.
41
42 (* Number of retries before a tracker is disabled, use 0 to not disable trackers *)
43 tracker_retries = 10
44
45 (* Minimum time in seconds to wait between asking the tracker for sources *)
46 min_tracker_reask_interval = 300
47
48 (* Timeout on client connections *)
49 client_timeout = 90.
50
51 (* User agent string (default = "default") *)
52 user_agent = default
53
54 (* (internal option) *)
55 (* Do not change this option, internal use only! *)
56 options_version = 0
57 old_files = []
58
59 (* The port to bind the tracker to *)
60 (* changing this option requires restart of MLDonkey core *)
61 tracker_port = 6881
62
63 (* The maximal number of tracked files (to prevend saturation attack) *)
64 max_tracked_files = 100
65
66 (* The maximal number of peers returned by the tracker *)
67 max_tracker_reply = 20
68
69 (* The tracker will check the torrent file is available if an announce request is received *)
70 tracker_force_local_torrents = true
71
72 (* The tracker will check the client key to update ip if changed *)
73 tracker_use_key = true
74
75 (* Let you define a default tracker for creating torrents (leave empty for mlnet tracker) *)
76 default_tracker = ""
77
78 (* Let you define a default comment for creating torrents *)
79 default_comment = ""
80
81 (*
82 The following options are not used (errors, obsolete, ...)
83 *)