mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:05:37 +01:00
Correct typo in documentation of MBEDTLS_SSL_MAX_CONTENT_LEN
This commit is contained in:
parent
b5d835f062
commit
8e5301165e
@ -2989,7 +2989,7 @@
|
|||||||
*
|
*
|
||||||
* \note When using a value less than the default of 16KB on the client, it is
|
* \note When using a value less than the default of 16KB on the client, it is
|
||||||
* recommended to use the Maximum Fragment Length (MFL) extension to
|
* recommended to use the Maximum Fragment Length (MFL) extension to
|
||||||
* to inform the server about this limitation. On the server, there
|
* inform the server about this limitation. On the server, there
|
||||||
* is no supported, standardized way of informing the client about
|
* is no supported, standardized way of informing the client about
|
||||||
* restriction on the maximum size of incoming messages, and unless
|
* restriction on the maximum size of incoming messages, and unless
|
||||||
* the limitation has been communicated by other means, it is recommended
|
* the limitation has been communicated by other means, it is recommended
|
||||||
@ -3014,7 +3014,7 @@
|
|||||||
*
|
*
|
||||||
* \note When using a value less than the default of 16KB on the client, it is
|
* \note When using a value less than the default of 16KB on the client, it is
|
||||||
* recommended to use the Maximum Fragment Length (MFL) extension to
|
* recommended to use the Maximum Fragment Length (MFL) extension to
|
||||||
* to inform the server about this limitation. On the server, there
|
* inform the server about this limitation. On the server, there
|
||||||
* is no supported, standardized way of informing the client about
|
* is no supported, standardized way of informing the client about
|
||||||
* restriction on the maximum size of incoming messages, and unless
|
* restriction on the maximum size of incoming messages, and unless
|
||||||
* the limitation has been communicated by other means, it is recommended
|
* the limitation has been communicated by other means, it is recommended
|
||||||
|
Loading…
Reference in New Issue
Block a user