[Mono-bugs] [Bug 661437] 2.8.1: Connect/Send logic on UDP sockets is throwing inappropriately

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Mar 6 12:09:43 EST 2011


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

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


Gonzalo Paniagua Javier <gonzalo at novell.com> changed:

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

--- Comment #5 from Gonzalo Paniagua Javier <gonzalo at novell.com> 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.


More information about the mono-bugs mailing list