mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-26 15:18:15 +00:00
18 lines
314 B
Markdown
18 lines
314 B
Markdown
# lws minimal secure streams
|
|
|
|
The application runs some bulk and failure path tests on Secure Streams
|
|
|
|
## build
|
|
|
|
```
|
|
$ cmake . && make
|
|
```
|
|
|
|
## usage
|
|
|
|
Commandline option|Meaning
|
|
---|---
|
|
-d <loglevel>|Debug verbosity in decimal, eg, -d15
|
|
--amount <amount>| Set the amount of bulk data expected, eg, --amount 23456
|
|
|