mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 06:16:42 +01:00
Fix some whitespace in documentation
This commit is contained in:
parent
c1d54b74ec
commit
68ae351dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -1398,7 +1398,7 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl,
|
||||||
*
|
*
|
||||||
* \note This setting only controls the size of the packets we send,
|
* \note This setting only controls the size of the packets we send,
|
||||||
* and does not restrict the size of the datagrams we're
|
* and does not restrict the size of the datagrams we're
|
||||||
* willing to receive. Client-side, you can request the
|
* willing to receive. Client-side, you can request the
|
||||||
* server to use smaller records with \c
|
* server to use smaller records with \c
|
||||||
* mbedtls_ssl_conf_max_frag_len().
|
* mbedtls_ssl_conf_max_frag_len().
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue