[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:06:31 -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-06-30 07:01:24.000000000 -0400
+++ shadow/45633.tmp.21178 2003-08-10 19:06:31.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details: Linux 2.4.17
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: lmaloney@bigpond.net.au
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,10 @@
EndPoint endPoint = new IPEndPoint (IPAddress.Any, 0);
socket.Poll (-1, SelectMode.SelectRead);
int available = socket.Available;
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?
+