1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-01 04:10:10 -04:00
2020-07-20 10:02:31 +00:00

10 lines
230 B
Plaintext

menu "TCP Transport"
config WS_BUFFER_SIZE
int "Websocket transport buffer size"
default 1024
help
Size of the buffer used for constructing the HTTP Upgrade request during connect
endmenu