1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/include
Andy Green 36e7e8af78 fault injection: pseudorandom 64-bit range support
This adds an api allowing fault injection path implementations to get hold
of pseudo-random numbers between an externally-provided range.

You can set it using, eg, --fault-injection "f1(10%),f1_delay(123..456)"
while f1 shows how to decide whether to inject the fault and f1_delay
provides a pseudo-random number between the two values for the fault
implementation code to use.
2021-07-04 10:29:54 +01:00
..
libwebsockets fault injection: pseudorandom 64-bit range support 2021-07-04 10:29:54 +01:00
libwebsockets.h lws_cache_ttl 2021-06-22 15:55:29 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00