mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() Freertos + lwip doesn't support pipe2() or pipe()... implement a "pipe" based on two UDP sockets, one listening on 127.0.0.1:54321 and the other doing a sendto() there of a single byte to interrupt the event loop wait. Re-use the arrangements for actual pipe fds and pipe role to deliver lws_cancel_service() functionality using this. |
||
---|---|---|
.. | ||
esp32 | ||
freertos-fds.c | ||
freertos-file.c | ||
freertos-init.c | ||
freertos-misc.c | ||
freertos-pipe.c | ||
freertos-resolv.c | ||
freertos-service.c | ||
freertos-sockets.c | ||
private-lib-plat-freertos.h |