From 82f1d340c1278af046916798f488b196e21ebf19 Mon Sep 17 00:00:00 2001
From: Fedor Indutny <fedor.indutny@gmail.com>
Date: Tue, 22 Jan 2013 17:27:05 +0400
Subject: tls: make slab buffer's size configurable

see #4636
---
 doc/api/tls.markdown | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'doc/api/tls.markdown')

diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index 2908fb4cdb..ac9d642867 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -214,6 +214,15 @@ You can test this server by connecting to it with `openssl s_client`:
     openssl s_client -connect 127.0.0.1:8000
 
 
+## tls.SLAB_BUFFER_SIZE
+
+Size of slab buffer used by all tls servers and clients.
+Default: `10 * 1024 * 1024`.
+
+
+Don't change the defaults unless you know what you are doing.
+
+
 ## tls.connect(options, [callback])
 ## tls.connect(port, [host], [options], [callback])
 
-- 
cgit v1.2.1