1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/ws
Andy Green 3c12fd72e8 unify us sorted waits
There are quite a few linked-lists of things that want events after
some period.  This introduces a type binding an lws_dll2 for the
list and a lws_usec_t for the duration.

The wsi timeouts, the hrtimer and the sequencer timeouts are converted
to use these, also in the common event wait calculation.
2019-08-08 22:39:47 +01:00
..
ext cmake: miniz: add as option 2019-07-03 19:46:23 +01:00
client-parser-ws.c coverity: fixes 2019-06-08 10:29:08 +01:00
client-ws.c client: add more descriptive string cases 2019-07-24 16:48:24 -07:00
ops-ws.c unify us sorted waits 2019-08-08 22:39:47 +01:00
private.h lws_dll: upgrade all instances to lws_dll2 2019-08-08 16:58:55 +01:00
server-ws.c ws: server: limit string check length for tokenizer on upgrade 2019-07-31 05:08:14 +01:00