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


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

Index: mldonkey/src/networks/bittorrent/bTClients.ml
diff -u mldonkey/src/networks/bittorrent/bTClients.ml:1.46 
mldonkey/src/networks/bittorrent/bTClients.ml:1.47
--- mldonkey/src/networks/bittorrent/bTClients.ml:1.46  Tue Aug  9 10:52:58 2005
+++ mldonkey/src/networks/bittorrent/bTClients.ml       Mon Aug 15 20:27:56 2005
@@ -767,6 +767,7 @@
             (* update the stats *)
             let len64 = Int64.of_int len in
             count_download c file len64;
+            network_must_update network;
             if !verbose_msg_clients then
               (match c.client_ranges_sent with
                   [] -> lprintf_nl () "EMPTY Ranges !!!"
@@ -1447,6 +1448,7 @@
           (* update stats *)
           let uploaded = Int64.of_int len in
           count_upload c file uploaded;
+          network_must_update network;
           iter_upload sock c
         end else
         begin




reply via email to

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