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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82365 --- shadow/82365 2007-09-14 19:40:12.000000000 -0400 +++ shadow/82365.tmp.29009 2007-09-14 20:34:28.000000000 -0400 @@ -178,6 +178,14 @@ --------------- For me, mono+gmcs is more than ten times slower (~700KiB/s vs ~50KiB/s) as mcs for fast servers. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-14 20:34 ------- +This is caused by these lines in Socket.cs: + + /* Set the same defaults as the MS runtime */ + this.ReceiveBufferSize = 8192; + this.SendBufferSize = 8192; + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
