[Mono-bugs] [Bug 72185][Nor] Changed - Operation on non-blocking socket would block

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 18:25:09 -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 gonzalo@ximian.com.

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

--- shadow/72185	2005-02-11 18:21:29.000000000 -0500
+++ shadow/72185.tmp.6815	2005-02-11 18:25:09.000000000 -0500
@@ -276,6 +276,26 @@
 in <0x00071> System.Net.Sockets.Socket:Receive_nochecks
 (byte[],int,int,System.Net.Sockets.SocketFlags)
 in <0x00024> System.Net.Sockets.Socket:Receive (byte[])
 in <0x00046> Packets.Transfer:ReceiveData (System.Net.Sockets.Socket)
 in <0x000a9> Server:Main ()
 --------
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-11 18:25 -------
+Expected results on the client:
+-------
+Sending packet: 131076 bytes ...
+Received first 131076 bytes of packet.
+Receiving the remaining 0 bytes ...
+Request was echoed back correctly.
+-------
+
+Expected results on the server:
+-------
+Listening @ IPADDRESS_HERE for client connection ...
+Received first 131076 bytes of packet.
+Receiving the remaining 0 bytes ...
+Sending packet: 131076 bytes ...
+-------
+
+Next time. please, provide this information.
+