mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/tcpBufferedSocket.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/tcpBufferedSocket.ml
Date: Tue, 06 Sep 2005 07:25:14 -0400

Index: mldonkey/src/utils/net/tcpBufferedSocket.ml
diff -u mldonkey/src/utils/net/tcpBufferedSocket.ml:1.32 
mldonkey/src/utils/net/tcpBufferedSocket.ml:1.33
--- mldonkey/src/utils/net/tcpBufferedSocket.ml:1.32    Mon Aug 15 20:23:34 2005
+++ mldonkey/src/utils/net/tcpBufferedSocket.ml Tue Sep  6 11:25:00 2005
@@ -1460,7 +1460,7 @@
   write sock s 0 len
 
 let value_send sock m =
-  (* Buffer.clear internal_buf; *)
+  (* Buffer.reset internal_buf; *)
   Buffer.reset internal_buf;
   Buffer.add_string internal_buf (Marshal.to_string m []);
   simple_send_buf internal_buf sock




reply via email to

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