• Home
Name Date Size #Lines LOC

..--

mount-origin/12-May-2024-229194

CMakeLists.txtD12-May-2024792 2621

README.mdD12-May-2024585 2515

minimal-ws-server-pmd-corner.cD12-May-20242.8 KiB10973

protocol_lws_minimal.cD12-May-20249.5 KiB272196

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