Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2004-12-09 23:47:05 +0300
committerLluis Sanchez <lluis@novell.com>2004-12-09 23:47:05 +0300
commit0456111a223901b924573aa937acaf57a595b434 (patch)
tree74136869f5173f70074721cbd22bd0ec2e97cd5f /mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog
parentbeaa8225066777bb8c0b30e0fc8fe6af92fb17a0 (diff)
2004-12-09 Lluis Sanchez Gual <lluis@novell.com>
* TcpConnectionPool.cs: Access the socket stream through a BufferedStream. * TcpMessageIO.cs: Avoid ReadByte(). * TcpServerChannel.cs: Access the socket stream through a BufferedStream. Abort the connection if an unknown message is received. All this fixes performance bug #70337. svn path=/trunk/mcs/; revision=37520
Diffstat (limited to 'mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog')
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog
index 45b695bbfcf..b593d36fe7e 100644
--- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog
+++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-09 Lluis Sanchez Gual <lluis@novell.com>
+
+ * TcpConnectionPool.cs: Access the socket stream through a
+ BufferedStream.
+ * TcpMessageIO.cs: Avoid ReadByte().
+ * TcpServerChannel.cs: Access the socket stream through a
+ BufferedStream. Abort the connection if an unknown message is received.
+ All this fixes performance bug #70337.
+
2004-10-22 Lluis Sanchez Gual <lluis@ximian.com>
* TcpClientChannel.cs: In CreateMessageSink, process the remote channel