summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set_mode.pod
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-11 15:10:28 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-11 15:10:28 +0000
commita1a63a42392d4b637eab8200c88a63082d7b48ba (patch)
tree9f288d6face4a14d442cf1cce286fe2a41d29290 /doc/ssl/SSL_CTX_set_mode.pod
parent103a434386d1b40315c0c36a9956703aac4e38d2 (diff)
Clarify! (based on recent mailing-list discussions)
Diffstat (limited to 'doc/ssl/SSL_CTX_set_mode.pod')
-rw-r--r--doc/ssl/SSL_CTX_set_mode.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ssl/SSL_CTX_set_mode.pod b/doc/ssl/SSL_CTX_set_mode.pod
index 9a035bb4d1..9822544e5e 100644
--- a/doc/ssl/SSL_CTX_set_mode.pod
+++ b/doc/ssl/SSL_CTX_set_mode.pod
@@ -37,6 +37,9 @@ The following mode changes are available:
Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
when just a single record has been written). When not set (the default),
SSL_write() will only report success once the complete chunk was written.
+Once SSL_write() returns with r, r bytes have been successfully written
+and the next call to SSL_write() must only send the n-r bytes left,
+imitating the behaviour of write().
=item SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER