1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/freertos
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
..
esp32 lws_get_random: change length to size_t for coverity 2020-01-11 07:58:37 +00:00
freertos-fds.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
freertos-file.c cleaning 2020-01-05 22:17:58 +00:00
freertos-init.c h2: LCCSCF_H2_MANUAL_RXFLOW and refactor txcr 2020-01-02 08:31:02 +00:00
freertos-misc.c lws_get_random: change length to size_t for coverity 2020-01-11 07:58:37 +00:00
freertos-pipe.c freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
freertos-resolv.c asynchronous dns for ipv4 and ipv6 2019-09-19 06:54:53 +01:00
freertos-service.c cleaning 2020-01-05 22:17:58 +00:00
freertos-sockets.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
private-lib-plat-freertos.h asynchronous dns for ipv4 and ipv6 2019-09-19 06:54:53 +01:00