1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/unix
Andy Green c398920ab4 service: resurrect timeout_ms being -1 as return immediately
There's no longer any reason to come out of sleep for periodic service
which has been eliminated by lws_sul.

With event libs, there is no opportunity to do it anyway since their
event loop is atomic and makes callbacks and sleeps until it is stopped.

But some users are relying on the old poll() service loop as
glue that's difficult to replace.  So for now help that happen by
accepting the timeout_ms of -1 as meaning sample poll and service
what's there without any wait.
2019-09-12 14:03:36 +01:00
..
private.h Subject: Build on SmartOS 2019-08-12 12:45:31 +01:00
unix-caps.c permissions: adapt drop permissions plat function to do uid and gid lookup separately 2019-05-02 09:28:25 +01:00
unix-fds.c lws_lookup: fix wsi table when unrelated_to_ulimit 2019-08-01 18:31:11 +01:00
unix-file.c coverity: cleanup 2018-08-14 08:00:30 +08:00
unix-init.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
unix-misc.c stats: move to pt and improve presentation 2019-08-12 06:18:04 +01:00
unix-pipe.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
unix-plugins.c plugins: remove requirement for libuv on unix 2019-05-02 09:28:16 +01:00
unix-service.c service: resurrect timeout_ms being -1 as return immediately 2019-09-12 14:03:36 +01:00
unix-sockets.c pmd: split ebufs to track in and out 2019-05-06 07:31:32 +01:00