1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

add cyassl keepalive valgrind minimal mem to changelog

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-12 10:50:49 +08:00
parent 48258817a0
commit c3ef0d600a

View file

@ -94,10 +94,19 @@ New features
- Cmake project file added, aimed initially at Windows support: this replaces - Cmake project file added, aimed initially at Windows support: this replaces
the visual studio project files that were in the tree until now. the visual studio project files that were in the tree until now.
- CyaSSL now supported in place of OpenSSL (--use-cyassl on configure)
- PATH_MAX or MAX_PATH no longer needed - PATH_MAX or MAX_PATH no longer needed
- cutomizable frame rx buffer size by protocol - cutomizable frame rx buffer size by protocol
- optional TCP keepalive so dead peers can be detected, can be enabled at
context-creation time
- valgrind-clean: no SSL or CyaSSL: completely clean. With OpenSSL, 88 bytes
lost at OpenSSL library init and symptomless reports of uninitialized
memory usage... seems to be a known and ignored problem at OpenSSL
- By default debug is enabled and the library is built for -O0 -g to faclitate - By default debug is enabled and the library is built for -O0 -g to faclitate
that. Use --disable-debug configure option to build instead with -O4 that. Use --disable-debug configure option to build instead with -O4
and no -g (debug info), obviously providing best performance and and no -g (debug info), obviously providing best performance and
@ -117,6 +126,9 @@ New features
code is also allocated per connection, this represents the largest code is also allocated per connection, this represents the largest
frame you can receive atomically in that protocol. frame you can receive atomically in that protocol.
- On ARM9 build, just http+ws server no extensions or ssl, <12Kbytes .text
and 112 bytes per connection (+1328 only during header processing)
v1.1-chrome26-firefox18 v1.1-chrome26-firefox18
======================= =======================