• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

mount-origin/23-Nov-2023-229194

CMakeLists.txtD23-Nov-20232.1 KiB8171

README.mdD23-Nov-2023585 2515

minimal-ws-server-pmd-corner.cD23-Nov-20232.8 KiB10973

protocol_lws_minimal.cD23-Nov-202310.1 KiB305221

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