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. |
||
---|---|---|
.. | ||
adopt.c | ||
client.c | ||
close.c | ||
connect.c | ||
detailed-latency.c | ||
dummy-callback.c | ||
lws-dsh.c | ||
network.c | ||
output.c | ||
pollfd.c | ||
private-lib-core-net.h | ||
sequencer.c | ||
server.c | ||
service.c | ||
sorted-usec-list.c | ||
state.c | ||
stats.c | ||
vhost.c | ||
wsi-timeout.c | ||
wsi.c |