esp-idf/components/tcp_transport/Kconfig

19 wiersze
498 B
Plaintext

menu "TCP Transport"
menu "Websocket"
config WS_TRANSPORT
bool "Enable Websocket Transport"
default y
help
Enable support for creating websocket transport.
config WS_BUFFER_SIZE
int "Websocket transport buffer size"
default 1024
depends on WS_TRANSPORT
help
Size of the buffer used for constructing the HTTP Upgrade request during connect
endmenu
endmenu