[Mono-bugs] [Bug 655153] Add support for Bluetooth sockets

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 19 14:14:42 UTC 2012


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

https://bugzilla.novell.com/show_bug.cgi?id=655153#c7


Miguel de Icaza <miguel at xamarin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel at xamarin.com

--- Comment #7 from Miguel de Icaza <miguel at xamarin.com> 2012-07-19 14:14:39 UTC ---
The problem with this patch is that it treats values in two different ways.

We have to map the .NET enum to the underlying OS value, and that is what we
typically do.   With your patch we introduce an "untranslated" version of the
socket family.

It could very well be that the untranslated constant happens to be something
else on the underlying OS.   It might work for Windows, because they dont check
the values and they do not have to translate, but it wont work for Mono,
because we run in more than one OS, and there is not guarantee that the values
for the underlying address families are identical.

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