mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Since client_connect and request_tx can be called from code that expects the ss handle to be in scope, these calls can't deal with destroying the ss handle and must pass the lws_ss_state_return_t disposition back to the caller to handle. |
||
---|---|---|
.. | ||
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 |