Clarify that there are two SSL I/O buffers

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-31 12:46:01 +02:00
parent 4d04cdcd12
commit bb83844a1d
2 changed files with 4 additions and 2 deletions

View file

@ -220,7 +220,9 @@
#endif
/*
* Size of the input / output buffer.
* Maxium fragment length in bytes,
* determines the size of each of the two internal I/O buffers.
*
* Note: the RFC defines the default size of SSL / TLS messages. If you
* change the value here, other clients / servers may not be able to
* communicate with you anymore. Only change this value if you control