[Mono-bugs] [Bug 72240][Wis] Changed - Incorrect behaviour when the network is overloaded.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 03:52:08 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vguzev@yandex.ru.

http://bugzilla.ximian.com/show_bug.cgi?id=72240

--- shadow/72240	2005-02-09 01:07:37.000000000 -0500
+++ shadow/72240.tmp.22750	2005-02-13 03:52:08.000000000 -0500
@@ -124,6 +124,15 @@
 of features like Reflection, Threading and etc. But yesterday I 
 couldn't find a small example that reproduce this problem yet... 
 Hope today I'll find it.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-02-09 01:07 -------
 1.1.3 is not HEAD... Please, test again once 1.1.4 is out (soon)
+
+------- Additional Comments From vguzev@yandex.ru  2005-02-13 03:52 -------
+I found this small sample and posted a bug here
+http://bugzilla.ximian.com/show_bug.cgi?id=72549
+
+It's strange, but the sample from this bug works well, if I replace 
+TCP.cs with TCP2.cs attached... It seems that there was some 
+problems with sending big packets. Hope that will be fixed with new 
+version ;)