esp-idf/components/tcp_transport
David Cermak db121a56e1 tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes
Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer
2019-05-27 16:31:24 +02:00
..
include
CMakeLists.txt
component.mk
transport.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
transport_ssl.c
transport_strcasestr.c
transport_strcasestr.h
transport_tcp.c
transport_utils.c
transport_ws.c tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes 2019-05-27 16:31:24 +02:00