[Mono-bugs] [Bug 45633][Nor] Changed - UdpClient.Receive will only return the first 512 bytes under certain circumstances

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Sun, 10 Aug 2003 19:11:22 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/45633	2003-08-10 19:06:31.000000000 -0400
+++ shadow/45633.tmp.21235	2003-08-10 19:11:22.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 45633
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: Linux 2.4.17
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lmaloney@bigpond.net.au               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,12 @@
 recBuffer = new byte [available];
 socket.ReceiveFrom (recBuffer, ref endPoint);
 
 ------- Additional Comments From miguel@ximian.com  2003-08-10 19:06 -------
 Do you have a sample program that we could use to try this out?
 
+
+------- Additional Comments From miguel@ximian.com  2003-08-10 19:11 -------
+Read the spec, you are right, the routine must block before computing
+the size of the buffer.
+
+Can you try our CVS version of the file?