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/gnutella/gnutellaInt


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/gnutella/gnutellaInteractive.ml
Date: Sun, 18 Sep 2005 15:01:16 -0400

Index: mldonkey/src/networks/gnutella/gnutellaInteractive.ml
diff -u mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.40 
mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.41
--- mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.40  Tue Jul 12 
23:08:57 2005
+++ mldonkey/src/networks/gnutella/gnutellaInteractive.ml       Sun Sep 18 
19:00:52 2005
@@ -429,6 +429,7 @@
         P.client_downloaded = zero;
         P.client_uploaded = zero;
         P.client_upload = None;
+        P.client_sui_verified = None;
 (*        P.client_sock_addr = (match c.client_user.user_kind with
                         | Known_location (ip,port) -> Ip.to_string ip
                         | _ -> ""); *)
@@ -485,6 +486,7 @@
           ("", "sr ar", Printf.sprintf "%d" 
               (((last_time ()) - cinfo.GuiTypes.client_connect_time) / 60));
           ("", "sr", "D");
+          ("", "sr", "N");
           ("", "sr", (string_of_kind cinfo.GuiTypes.client_kind));
           ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_uploaded));
           ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_downloaded));




reply via email to

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