1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/include
Bing Zhao c604b9cb21 tls: add option to serialize ssl handshake
This is useful for memory constrained systems such as esp32
to improve heap usage minfree/watermark.

On esp32 with simultaneous_ssl_restriction = 2 (MQTT+H1),
Without this change, sys heap minfree ranges from 59k to 71k
  in 100 iterations, average 66.5k.
With this change, sys heap minfree ranges from 64k to 71k
  in 100 interations, average 68.7k
2021-07-08 06:22:47 +01:00
..
libwebsockets tls: add option to serialize ssl handshake 2021-07-08 06:22:47 +01:00
libwebsockets.h lws_cache_ttl 2021-06-22 15:55:29 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00