1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/include
Bing Zhao bae99f63a3 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-07 08:49:36 +01:00
..
libwebsockets tls: add option to serialize ssl handshake 2021-07-07 08:49:36 +01:00
libwebsockets.h tls-sessions: serialization 2021-04-04 05:45:53 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00