This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Any equivalent of lwip_select() with Keil DS stack?

I am porting a modbus stack into my current project. The source code is using lwIP stack which I don't. I am using mdk-pro dual stack with BSD socket.

There are a few functions which I cannot find equivalent.

Here is the one I am looking for:

- lwip_select()
- lwip_selscan()
- get_socket()

Thank you

0