mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey/src/networks/donkey donkeyOvernet.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey/src/networks/donkey donkeyOvernet.ml
Date: Sun, 03 Feb 2008 22:56:43 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       08/02/03 22:56:43

Modified files:
        src/networks/donkey: donkeyOvernet.ml 

Log message:
        fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/donkey/donkeyOvernet.ml?cvsroot=mldonkey&r1=1.81&r2=1.82

Patches:
Index: donkeyOvernet.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/donkey/donkeyOvernet.ml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- donkeyOvernet.ml    24 Jun 2007 18:38:28 -0000      1.81
+++ donkeyOvernet.ml    3 Feb 2008 22:56:43 -0000       1.82
@@ -1806,7 +1806,7 @@
                   (if !!enable_overnet then "is enabled" else "is DISABLED"));
               ("", "srh", Printf.sprintf "%s Connectivity: %s%s" 
(command_prefix_to_net)
                    (if (!connected_peers + !pre_connected_peers) > 20 then 
"Got enough online peers" else "NOT enough online peers")
-                   (if (abs(!global_last_recv - !global_last_send)) > 60 then 
" ,there maybe a problem with incoming upd packets" else "" ));
+                   (if (abs(!global_last_recv - !global_last_send)) > 60 then 
" ,there maybe a problem with incoming udp packets" else "" ));
 
             ];
             Printf.bprintf buf "\\</tr\\>\\</table\\>\\</div\\>\n";
@@ -1836,7 +1836,7 @@
                (if !!enable_overnet then "is enabled" else "is DISABLED");
             Printf.bprintf buf "%s Connectivity: %s%s\n" 
(command_prefix_to_net)
                    (if (!connected_peers + !pre_connected_peers) > 20 then 
"Got enough online peers" else "NOT enough online peers")
-                   (if (abs(!global_last_recv - !global_last_send)) > 60 then 
" ,there maybe a problem with incoming upd packets" else "");
+                   (if (abs(!global_last_recv - !global_last_send)) > 60 then 
" ,there maybe a problem with incoming udp packets" else "");
             Printf.bprintf buf "%s statistics:\n"
            (command_prefix_to_net);
             Printf.bprintf buf "  Search hits: %d\n" !search_hits;




reply via email to

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