[Mono-devel-list] [BUG][PATCH] Setting TcpClient.NoDelay to true causes
Gonzalo Paniagua Javier
gonzalo at ximian.com
Tue Jun 7 10:08:36 EDT 2005
On Tue, 2005-06-07 at 09:43 +0200, Hans Kratz wrote:
> Bug report and patch against Mono from SVN trunk (revision 45561).
>
> Setting TcpClient.NoDelay to true causes an exception in the 1.0 branch:
>
> Use an integer 1 (true) or 0 (false) instead of a boolean.
> Parameter name: opt_value
> in <0x000f1> System.Net.Sockets.Socket:SetSocketOption
> (SocketOptionLevel level, SocketOptionName name, System.Object opt_value)
> in <0x0002a> System.Net.Sockets.TcpClient:set_NoDelay (Boolean value)
> [...]
The fix is in SVN now. Thanks.
-Gonzalo
More information about the Mono-devel-list
mailing list