1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core
Andy Green 09ba5c6789 freertos: lws_cancel_service udp as pipe
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.
2020-01-15 19:52:41 +00:00
..
alloc.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
buflist.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
context.c freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
libwebsockets.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
logs.c cleaning 2020-01-05 22:17:58 +00:00
lws_dll.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll2.c format strings: fixes for when toolchain has uint32_t as unsigned long 2019-11-05 21:00:45 +00:00
private-lib-core.h freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00