1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/abstract/transports
Andy Green f12e116188 lws_retry_bo_t: generic retry backoff
Add a generic table-based backoff scheme and a helper to track the
try count and calculate the next delay in ms.

Allow lws_sequencer_t to be given one of these at creation time...
since the number of creation args is getting a bit too much
convert that to an info struct at the same time.
2019-08-05 14:47:51 +01:00
..
raw-skt.c lws_sequencer_t: allow wsi binding 2019-07-22 14:02:00 -07:00
unit-test.c lws_retry_bo_t: generic retry backoff 2019-08-05 14:47:51 +01:00