mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTTracker


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTTracker.ml
Date: Mon, 15 Aug 2005 16:28:51 -0400

Index: mldonkey/src/networks/bittorrent/bTTracker.ml
diff -u mldonkey/src/networks/bittorrent/bTTracker.ml:1.17 
mldonkey/src/networks/bittorrent/bTTracker.ml:1.18
--- mldonkey/src/networks/bittorrent/bTTracker.ml:1.17  Sun Aug  7 12:57:22 2005
+++ mldonkey/src/networks/bittorrent/bTTracker.ml       Mon Aug 15 20:28:50 2005
@@ -114,6 +114,15 @@
   "The tracker will check the client key to update ip if changed"
     bool_option true
 
+let default_tracker = define_option bittorrent_section ["default_tracker"]
+    "Let you define a default tracker for creating torrents (leave empty for 
mlnet tracker)"
+    string_option ""
+
+let default_comment = define_option bittorrent_section ["default_comment"]
+    "Let you define a default comment for creating torrents"
+    string_option ""
+
+
 let int64_of_string v =
   try
     Int64.of_string v




reply via email to

[Prev in Thread] Current Thread [Next in Thread]