https://bugzilla.novell.com/show_bug.cgi?id=661437

https://bugzilla.novell.com/show_bug.cgi?id=661437#c5


Gonzalo Paniagua Javier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Gonzalo Paniagua Javier <[email protected]> 2011-03-06 
17:09:41 UTC ---
This is not a Mono problem. You have not set the 'SO_BROADCAST' flag for the
socket. You need this line before sending a broadcast packet:

broadcastSocket.SetSocketOption(SocketOptionLevel.Socket,
SocketOptionName.Broadcast, true);

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to