[Mono-dev] Implementing support of MPTCP Socket API in mono

Antoine Cailliau antoinecailliau at gmail.com
Mon Nov 14 13:41:03 UTC 2016


Hi,

I'm patching mono to support MPTCP Socket API. I'll use this thread to
group my questions. My implementation is very similar to the one supporting
Linger options.

I added new classes in
/mono/mcs/class/referencesource/System/net/System/Net/Sockets, for example
MPTCPSubIds.cs. I updated the cproj file to reference my class. I can't,
however, reference it in my code. Indeed, it is not present in the compiled
System.dll.

I can create an instance at runtime using mono_class_load_from_name and
mono_object_new_checked.

My guess it that I miss a file to update in order to make it available in
System.dll.

Thanks in advance,

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20161114/8dab63af/attachment.html>


More information about the Mono-devel-list mailing list