mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@941 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
84 lines
2.4 KiB
INI
84 lines
2.4 KiB
INI
|
|
|
|
(************************************)
|
|
(* Never edit options files when *)
|
|
(* the daemon is running *)
|
|
(************************************)
|
|
(* SECTION : Bittorrent *)
|
|
(* Bittorrent options *)
|
|
(************************************)
|
|
|
|
|
|
|
|
(* The port to bind the client to *)
|
|
(* changing this option requires restart of MLDonkey core *)
|
|
client_port = 6882
|
|
|
|
(* The UID of this client *)
|
|
client_uid = FVGUYMROHEXDALLJAB2KACHON6Y5HBUN
|
|
|
|
(* Ask the tracker for new sources only if you have fewer than that number of sources *)
|
|
ask_tracker_threshold = 20
|
|
|
|
(* Maximum number of HTTP redirects before reaching the tracker - maximum 10, 0 to disable *)
|
|
max_tracker_redirect = 1
|
|
|
|
(* Send client key to trackers *)
|
|
send_key = true
|
|
|
|
(* Maximum number of uploaders for one torrent *)
|
|
max_uploaders_per_torrent = 5
|
|
|
|
(* Maximum number of uploaders for bittorrent *)
|
|
max_bt_uploaders = 5
|
|
|
|
(* Number of peers to request from tracker (Negative # = let tracker decide) *)
|
|
numwant = -1
|
|
|
|
(* Interval in seconds 'torrents/incoming' is scanned for new torrent files to be downloaded, 0 to deactivate *)
|
|
(* changing this option requires restart of MLDonkey core *)
|
|
import_new_torrents_interval = 60.
|
|
|
|
(* Number of retries before a tracker is disabled, use 0 to not disable trackers *)
|
|
tracker_retries = 10
|
|
|
|
(* Minimum time in seconds to wait between asking the tracker for sources *)
|
|
min_tracker_reask_interval = 300
|
|
|
|
(* Timeout on client connections *)
|
|
client_timeout = 90.
|
|
|
|
(* User agent string (default = "default") *)
|
|
user_agent = default
|
|
|
|
(* (internal option) *)
|
|
(* Do not change this option, internal use only! *)
|
|
options_version = 0
|
|
old_files = []
|
|
|
|
(* The port to bind the tracker to *)
|
|
(* changing this option requires restart of MLDonkey core *)
|
|
tracker_port = 6881
|
|
|
|
(* The maximal number of tracked files (to prevend saturation attack) *)
|
|
max_tracked_files = 100
|
|
|
|
(* The maximal number of peers returned by the tracker *)
|
|
max_tracker_reply = 20
|
|
|
|
(* The tracker will check the torrent file is available if an announce request is received *)
|
|
tracker_force_local_torrents = true
|
|
|
|
(* The tracker will check the client key to update ip if changed *)
|
|
tracker_use_key = true
|
|
|
|
(* Let you define a default tracker for creating torrents (leave empty for mlnet tracker) *)
|
|
default_tracker = ""
|
|
|
|
(* Let you define a default comment for creating torrents *)
|
|
default_comment = ""
|
|
|
|
(*
|
|
The following options are not used (errors, obsolete, ...)
|
|
*)
|