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
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
