[Mono-bugs] [Bug 75351][Maj] Changed - UDP Socket does not receive
broadcast UDP packets
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 03:01:40 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75351
--- shadow/75351 2005-06-22 16:23:29.000000000 -0400
+++ shadow/75351.tmp.8829 2005-09-21 03:01:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75351
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Gentoo 2005.0 running mono 1.1.7
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System
AssignedTo: gonzalo at ximian.com
ReportedBy: will at memefeeder.com
QAContact: mono-bugs at ximian.com
@@ -108,6 +108,15 @@
mySock.SendTo(buf, 63, SocketFlags.None, myEP);
}
}
}
}
/* --- END CODE --- */
+
+------- Additional Comments From gonzalo at ximian.com 2005-09-21 03:01 -------
+Uncomment the following line in your code and remove the one below it:
+IPEndPoint myEP = new
+IPEndPoint(Dns.Resolve(Dns.GetHostName()).AddressList[0], 9999);
+
+and your test works fine with current svn head (may be 1.1.9 too).
+Thanks.
+
More information about the mono-bugs
mailing list