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/bTOptions


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTOptions.ml
Date: Sun, 07 Aug 2005 08:57:24 -0400

Index: mldonkey/src/networks/bittorrent/bTOptions.ml
diff -u mldonkey/src/networks/bittorrent/bTOptions.ml:1.18 
mldonkey/src/networks/bittorrent/bTOptions.ml:1.19
--- mldonkey/src/networks/bittorrent/bTOptions.ml:1.18  Thu Aug  4 22:00:23 2005
+++ mldonkey/src/networks/bittorrent/bTOptions.ml       Sun Aug  7 12:57:22 2005
@@ -30,7 +30,7 @@
     int_option 6882
 
 (* Generate client_uid *)
-let generate_client_uid = 
+let generate_client_uid =
   let client_uid_from_version = "-ML" ^ Autoconf.current_version ^ "-" in
   let client_uid_random_tail = String.create (20 - (String.length 
client_uid_from_version)) in
   let sl_client_uid_random_tail = String.length client_uid_random_tail in
@@ -44,12 +44,12 @@
     "The UID of this client" Sha1.option (Sha1.direct_of_string 
generate_client_uid)
 
 (* Check if the uid is in sync with Autoconf.current_version *)
-let check_client_uid () = 
-  let s = Sha1.direct_to_string !!client_uid in 
+let check_client_uid () =
+  let s = Sha1.direct_to_string !!client_uid in
   if Autoconf.current_version != String.sub s 3 ((
-    try 
-      String.index_from s 1 s.[0] 
-    with 
+    try
+      String.index_from s 1 s.[0]
+    with
       Not_found -> 3
     ) - 3) then
     client_uid =:= Sha1.direct_of_string generate_client_uid
@@ -104,6 +104,6 @@
     (list_option (tuple2_option (string_option, list_option (tuple2_option 
(string_option, string_option))))) []
 
 let referers = define_option bittorrent_section ["referers"]
-    "Referer sent with http request to get .torrent file" 
+    "Referer sent with http request to get .torrent file"
     (list_option (tuple2_option (string_option, string_option))) 
[(".*suprnova.*", "http://www.suprnova.org/";)]
 




reply via email to

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