1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail
Andy Green fabe78d222 Wextra
Add -Wextra (with -Wno-unused-parameter) to unix builds in addition to
-Wall -Werror.

This can successfully build everything in Sai without warnings / errors.
2021-07-04 10:29:54 +01:00
..
CMakeLists.txt ss: proxy: fix conn deref on onward 2021-04-21 10:02:00 +01:00
minimal-secure-streams-testsfail.c Wextra 2021-07-04 10:29:54 +01:00
README.md ss: minimal example: testsfail 2020-12-24 16:14:36 +00:00

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