Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
mount-origin/ | 03-May-2024 | - | 229 | 194 | ||
CMakeLists.txt | D | 03-May-2024 | 2.1 KiB | 81 | 71 | |
README.md | D | 03-May-2024 | 585 | 25 | 15 | |
minimal-ws-server-pmd-corner.c | D | 03-May-2024 | 2.8 KiB | 109 | 73 | |
protocol_lws_minimal.c | D | 03-May-2024 | 10.1 KiB | 305 | 221 |
README.md
1# lws minimal ws server + permessage-deflate corner case tests 2 3## build 4 5``` 6 $ cmake . && make 7``` 8 9## usage 10 11``` 12 $ ./lws-minimal-ws-server-pmd-corner 13[2018/11/21 16:47:49:0171] USER: LWS minimal ws server + permessage-deflate Corner Cases | visit http://localhost:7681 14[2018/11/21 16:47:49:0172] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off 15 16``` 17 18Visit http://localhost:7681 19 205 ws connections are made via permessage-deflate extension. 21 22When the ws connection is established, various amounts of data are sent 23resulting in ciphertext packets of a known size. 24 25