1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

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