]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/mldonkey/bittorrent.ini
HinzugefĆ¼gt:
[people/pmueller/ipfire-2.x.git] / config / mldonkey / bittorrent.ini
diff --git a/config/mldonkey/bittorrent.ini b/config/mldonkey/bittorrent.ini
new file mode 100644 (file)
index 0000000..14faf87
--- /dev/null
@@ -0,0 +1,76 @@
+
+
+    (************************************)
+    (*   Never edit options files when  *)
+    (*       the daemon is running      *)
+    (************************************)
+    (* SECTION : Bittorrent *)
+    (* Bittorrent options *)
+    (************************************)
+
+
+
+       (* The port to bind the client to *)
+ client_port = 6882
+
+       (* The UID of this client *)
+ client_uid = FVGUYMROG4XDOLN7O4WJZ2KKH7IL5CBE
+
+       (* 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, changes require restart *)
+ import_new_torrents_interval = 60.
+
+       (* 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) *)
+ options_version = 0
+ old_files = []
+
+       (* The port to bind the tracker to *)
+ 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, ...) 
+*)