mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() lws_ss_set_metadata can fail... eg, due to transient OOM situation... if it does, caller must take appropriate action like disconnect and retry. So mark the api as requiring the result checking, and make sure all the examples do it. |
||
---|---|---|
.. | ||
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 |