Hi, I require SCTP support for my work. I have implemented very basic support in the unix version of the SocketPlugin[1], made modifications to the CMake generation, the VMMaker part of the SocketPlugin and the Network-Kernel. Basic manual testing shows that I can open a connection read/write using the normal and specialized selectors. The Smalltalk bits can be found here[2].
What is the process to get a feature like this integrated? Is there a precedence of emitting CMake rules to check for libraries/headers to be present? holger [1] https://gitorious.org/~zecke/cogvm/zeckes-cogvm/commit/24bb6fd2c1666137356754049f03ca5f246711d7 [2] http://smalltalkhub.com/#!/~hfreyther2/sctp/source
