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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 13 15:20:56 EST 2010


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

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


--- Comment #5 from Miguel de Icaza <miguel at novell.com> 2010-12-13 20:20:55 UTC ---
Andy, you are right that we added support for Unix-specific features, but we
added that as part of Mono.Posix.dll.  

We did not modify the surface API that must remain compatible with .NET, which
is what this patch has done.   It introduced a new enum value.

In addition, this makes the runtime bring in the bluetooth libraries,
regardless of whether someone uses it or not.    

By using a separate library --like we did with Mono.Posix.dll-- you could
create the same sockets that you need, and the dependency would be something
that only users that need the bluetooth support would take.   Not everyone
else.

As for the sockaddr, do you have a sample of what you envision?   A good test
case is usually to try it out on .NET, what kind of changes would you need to
support it on .NET, and does it work today?

Miguel

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