diff options
Diffstat (limited to 'doc/api/tls.markdown')
-rw-r--r-- | doc/api/tls.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
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]) |