mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a392e4e57b
Closes IDFGH-3566 Closes https://github.com/espressif/esp-idf/issues/5513
10 lines
230 B
Plaintext
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
|