1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green 498a4e2bd7 sul: all timed objects use a single pt sul list
wsi timeout, wsi hrtimer, sequencer timeout and vh-protocol timer
all now participate on a single sorted us list.

The whole idea of polling wakes is thrown out, poll waits ignore the
timeout field and always use infinite timeouts.

Introduce a public api that can schedule its own callback from the event
loop with us resolution (usually ms is all the platform can do).

Upgrade timeouts and sequencer timeouts to also be able to use us resolution.

Introduce a prepared fakewsi in the pt, so we don't have to allocate
one on the heap when we need it.

Directly handle vh-protocol timer if LWS_MAX_SMP == 1
2019-08-09 10:12:09 +01:00
..
alloc.c rtos: add support for AMAZON_RTOS 2019-06-05 05:04:17 +01:00
buflist.c COVA14455: unused var init 2019-08-08 09:45:09 +01:00
context.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
libwebsockets.c unify us sorted waits 2019-08-08 22:39:47 +01:00
logs.c solve complilation errors on vs2008 2019-08-01 18:05:38 +01:00
lws_dll.c lws_struct 2019-04-06 06:08:47 +08:00
lws_dll2.c unify us sorted waits 2019-08-08 22:39:47 +01:00
private.h sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
vfs.c LWS_WITH_NETWORK: cmake option for no network code 2019-01-13 07:54:57 +08:00