lib: introduce `.setMaxSendFragment(size)`
authorFedor Indutny <fedor.indutny@gmail.com>
Fri, 17 Jan 2014 18:46:49 +0000 (18:46 +0000)
committerFedor Indutny <fedor.indutny@gmail.com>
Mon, 20 Jan 2014 16:39:57 +0000 (20:39 +0400)
commit7f9b01509f28de5888a45b8b1af5667e507a0c94
tree3d1e436601a0badaeabe49a4939a686b9d48a20b
parent023f0a3122d54e3f331f32f5cfe0cb0df9e8f131
lib: introduce `.setMaxSendFragment(size)`

fix #6889
doc/api/tls.markdown
lib/_tls_wrap.js
src/node_crypto.cc
src/node_crypto.h
test/simple/test-tls-max-send-fragment.js [new file with mode: 0644]