1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/system
Andy Green a83c6439e6 client h2: auth bearer option flag
This affects max header size since we use the latter half
of the pt_serv_buf to prepare the (possibly huge) auth token.

Adapt the pt_serv_buf_size in the hugeurl example.
2019-10-12 12:41:14 +01:00
..
async-dns lws_system: ntpclient 2019-10-10 16:34:37 +01:00
ntpclient lws_system: ntpclient 2019-10-10 16:34:37 +01:00
README.md lws_state and system state 2019-09-22 09:35:07 -07:00
system.c client h2: auth bearer option flag 2019-10-12 12:41:14 +01:00

LWS System Helpers

Lws now has a little collection of helper utilities for common network-based functions necessary for normal device operation, eg, async DNS, ntpclient (necessary for tls validation), and DHCP client.

Conventions

If any system helper is enabled for build, lws creates an additional vhost "system" at Context Creation time. Wsi that are created for the system features are bound to this. In the context object, this is available as .vhost_system.