node/deps
Bert Belder ff22a0cb15 openssl: reduce memory consumption
SSL records may be as large as 16K, but are typically < 2K.  In
addition, a historic bug in Windows allowed records to be as large
32K.  OpenSSL statically allocates read and write buffers (34K and
18K respectively) used for processing records.

With this patch, OpenSSL statically allocates 4K + 4K buffers, with
the option of dynamically growing buffers to 34K + 4K, which is a
saving of 44K per connection for the typical case.

This patch is taken from the Android Open Source Project.
2012-09-12 05:23:47 +02:00
..
cares Add c-ares dependency 2012-08-07 01:49:02 +02:00
http_parser deps: upgrade http_parser to ad3b631 2012-08-30 00:06:47 +02:00
npm npm: Upgrade to 1.1.59 2012-08-22 11:03:15 -07:00
openssl openssl: reduce memory consumption 2012-09-12 05:23:47 +02:00
uv uv: upgrade to 5eb1d19 2012-08-30 17:29:47 +02:00
v8 Merge branch 'v0.8' 2012-08-28 02:54:22 +02:00
zlib zlib: compile without -ansi 2011-10-28 17:31:40 +02:00