[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Tcp / ChangeLog
index 105ac478e03d03c2fbb354d88896f90e6ca9e9da..214ab8b92c4c8f3dc8b423b085d8f537c4f9f3d0 100644 (file)
@@ -1,5 +1,17 @@
+2008-09-18  Robert Jordan  <robertj@gmx.net>
+
+       * TcpConnectionPool.cs: Set NoDelay on both profiles.
+
+2008-09-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * TcpConnectionPool.cs: Set the NoDelay flag on the socket to avoid 
+       excessive waiting by the tcp stack. Fixes #416462.
+
 2008-09-17  Jeffrey Stedfast  <fejj@novell.com>
 
+       * TcpChannel.cs (ParseTcpURL): If given "tcp://", don't set host
+       to "", leave it as null.
+
        * TcpClientChannel.cs (TcpClientChannel): Use the default
        SinkProviders if the sinkProvider argument is null.