mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() If the DNS lookup fails, we just sit out the remaining connect time. The adapts it to reuse the wsi->sul_connect_timeout to schedule DNS lookup retries until we're out of time. Eventually we want to try other things as well, this is aligned with that. Found with fault injection. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
minimal-secure-streams-testsfail.c | ||
README.md |
lws minimal secure streams
The application runs some bulk and failure path tests on Secure Streams
build
$ cmake . && make
usage
Commandline option | Meaning |
---|---|
-d | Debug verbosity in decimal, eg, -d15 |
--amount | Set the amount of bulk data expected, eg, --amount 23456 |