1menu "TCP Transport" 2 3 config WS_BUFFER_SIZE 4 int "Websocket transport buffer size" 5 default 1024 6 help 7 Size of the buffer used for constructing the HTTP Upgrade request during connect 8 9endmenu 10