Clarify that there are two SSL I/O buffers
This commit is contained in:
parent
4d04cdcd12
commit
bb83844a1d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue