mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +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. |
||
---|---|---|
.. | ||
alloc.c | ||
buflist.c | ||
context.c | ||
libwebsockets.c | ||
logs.c | ||
lws_dll.c | ||
lws_dll2.c | ||
private-lib-core.h | ||
vfs.c |