[Mono-bugs] [Bug 45959][Cri] Changed - UDP Sockets: Multicast and Broadcast Datagrams are not received
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 10 Jul 2003 11:05:07 -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 giuseppe.greco@agamura.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45959
--- shadow/45959 Thu Jul 10 08:55:09 2003
+++ shadow/45959.tmp.31339 Thu Jul 10 11:05:07 2003
@@ -1,12 +1,12 @@
Bug#: 45959
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
+Status: NEEDINFO
Resolution: NOTABUG
Severity: Unknown
Priority: Critical
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: giuseppe.greco@agamura.com
@@ -202,6 +202,25 @@
Poll() says that data is still there
A new buffer is created
The async thread reads the data into the old buffer
The async thread calls the callback, which looks in the new buffer and
doesn't find anything.
+
+------- Additional Comments From giuseppe.greco@agamura.com 2003-07-10 11:05 -------
+Yes, but socket accesses should be thread safe...
+by the way, could you tell me why this piece of
+code does function with .NET on Windows?
+Furthermore, why this piece of code does function
+also with Mono when sending unicast datagrams?
+The mechanism to receive data is exactly the same
+for broadcast/multicast/unicast datagrams...
+
+Again, I've only problems with broadcast and
+multicast...
+
+For the receiver makes no difference if datagrams
+come from a broadcast or a unicast... so why am I
+able to receive unicast data but not multicast and
+broadcast?
+
+Gius_.