mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-15 11:36:33 +02:00
20 lines
553 B
Plaintext
20 lines
553 B
Plaintext
menu "ESP-ASIO"
|
|
visible if LWIP_IPV6
|
|
|
|
config ASIO_SSL_SUPPORT
|
|
bool "Enable SSL/TLS support of ASIO"
|
|
default n
|
|
help
|
|
Enable support for basic SSL/TLS features, available for mbedTLS/OpenSSL
|
|
|
|
config ASIO_SSL_BIO_SIZE
|
|
int "Size of BIO object"
|
|
default 1024
|
|
depends on ASIO_SSL_SUPPORT
|
|
help
|
|
Size in bytes of SSL-BIO implementation.
|
|
Reducing the BIO size saves more RAM, but may slow down input output operations due to
|
|
fragmentation.
|
|
|
|
endmenu
|