[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Tcp / ChangeLog
index a9ea9256af60f14edf4ec018192694ab04b4d6c9..214ab8b92c4c8f3dc8b423b085d8f537c4f9f3d0 100644 (file)
@@ -1,5 +1,20 @@
+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.
+
        * TcpChannel.cs (ParseTcpURL): TcpClientTransportSink needs the
        host component, so extract that info into its own string as well.