esp-idf/components/tcp_transport
David Cermak acc7bd2ca4 ws_transport: Add option to propagate control packets to the app
Client could choose if they want to receive control packets and handle
them.
* If disabled (default) the transport itself tries to handle PING
and CLOSE frames automatically during read operation. If handled
correctly, read outputs 0 indicating no (actual app) data received.
* if enabled, all control frames are passed to the application to be
  processed there.

Closes https://github.com/espressif/esp-idf/issues/6307
2021-01-22 07:22:41 +00:00
..
include ws_transport: Add option to propagate control packets to the app 2021-01-22 07:22:41 +00:00
private_include ws_transport: Add option to propagate control packets to the app 2021-01-22 07:22:41 +00:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig websocket: add configurable ws_transport buffer size 2020-07-20 10:02:31 +00:00
transport_ssl.c tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
transport_tcp.c tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
transport_utils.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport_ws.c ws_transport: Add option to propagate control packets to the app 2021-01-22 07:22:41 +00:00
transport.c tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00