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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 19 06:12:58 EST 2010


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

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


--- Comment #6 from Andy Hume <andyhume32 at yahoo.co.uk> 2010-12-19 11:12:56 UTC ---
Created an attachment (id=405538)
 --> (http://bugzilla.novell.com/attachment.cgi?id=405538)
Patch, runtime allows use of other families/sockaddrs

It is simple to add support for the Bluetooth (or any other) address family and
sockaddr on the MSFT .NET runtimes: there the CLR just use the family and
sockaddr values passed from managed code directly.

Currently of course the Mono native runtime code only lets one use values that
it knows about at compile-time (sockaddr_in, sockaddr_in6, and sockaddr_un; and
various address families).  So we can make it behave like MSFT for unknown
families: not block such usage but instead just use the passed values.  So
something like the attached patch.  (Now we import no headers/libraries and
make no changes to the public enums etc).

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