[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
Wed Mar 9 22:43:49 EST 2011


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

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2011-03-10 03:43:47 UTC ---
There is a simpler solution which is to add the line I told you and run that on
windows. That way your program would work on both systems.

Different IP stacks might behave differently. Things like the default behavior
for certain IPv6 settings, certain socket options not being available (Solaris
and socket timeout comes to mind),... We cannot account for all those
differences and try to workaround them.

You can also add the line I mentioned inside an 'if' (see "How to detect the
execution platform ?" in http://www.mono-project.com/FAQ:_Technical).

-- 
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