esp-idf/components/tcp_transport
2021-03-31 05:44:48 +00:00
..
include Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-03-31 05:44:48 +00:00
private_include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
test tcp_transport: added basic unit tests for init/destroy transports in lists or when used separately 2019-07-04 11:07:41 +02:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
transport_ssl.c Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-03-31 05:44:48 +00:00
transport_tcp.c Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-03-31 05:44:48 +00:00
transport_utils.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_ws.c tcp_transport: Fix some memory leak issues by coverity static analyzer. 2021-01-18 11:36:22 +05:30
transport.c Modify esp-tls and tcp_transport to support keep alive for tcp and ssl connection 2021-03-31 05:44:48 +00:00