hi Christian,
i guess i need to explain more about the whole picture, i am trying to run only one tcp/ip stack , by creating RPC server which wrap all the lwip sockets API, and in the same time i am using the modefided libc_lwip as client for this server and i link my application to it. my modified libc_lwip has the connection instance and call the RPC call of the server.
all of the function in libc_lwip are relented to the file descriptor but my new api dont use that so i guess i need to wrap them in different plugin.
best,