1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core-net
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
..
adopt.c esp32: use strerror instead of gai_strerror 2019-07-02 08:54:29 +01:00
client.c ipv6: support [ipv6]:port in client proxy 2019-03-10 08:02:02 +08:00
close.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
connect.c lws_sequencer_t: allow wsi binding 2019-07-22 14:02:00 -07:00
dummy-callback.c lws_dll: upgrade all instances to lws_dll2 2019-08-08 16:58:55 +01:00
network.c lws_retry_bo_t: generic retry backoff 2019-08-05 14:47:51 +01:00
output.c COVA10827: make lws_issue_raw safe for NULL wsi vhost 2019-07-16 10:02:37 -07:00
pollfd.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
private.h sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
sequencer.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
server.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
service.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
sorted-usec-list.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
stats.c LWS_WITH_NETWORK: cmake option for no network code 2019-01-13 07:54:57 +08:00
vhost.c lws_dll: upgrade all instances to lws_dll2 2019-08-08 16:58:55 +01:00
wsi-timeout.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
wsi.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00