On 2022-02-19, Massimiliano Cialdi <cia...@gmail.com> wrote:

> Okay. Could you give me a suggestion on how I can implement an
> equivalent `select` with in netconn. Keep in mind that I use
> FreeRTOS.

You can use netconn callbacks to wake the relevent thread when a
socket has data to be read. I used a semaphore, but you could use some
other mechanism if you prefer.

--
Grant




_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to