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:
@ -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
|
||||
|
Reference in New Issue
Block a user