esp-idf/components/tcp_transport
David Cermak f68d7d7023 esp_tls: Renamed public API to indicate the Plain TCP connection
Also added parameter checks if used from as a public API
and updated the `is_plein_tcp` description that it's possible to connect
directly using plain tcp transport with the new API.
2021-05-25 10:55:50 +02:00
..
include tcp_transport: Add option to enable crt_bundle for SSL connection 2021-04-07 05:31:21 +00:00
private_include tcp_transport: Fix error handling of esp_tls_init() 2021-03-24 12:24:23 +00:00
test tcp_transport: Rework test to split test code and use fixtures 2021-05-25 07:04:02 +02:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01: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 esp_tls: Renamed public API to indicate the Plain TCP connection 2021-05-25 10:55:50 +02:00
transport_utils.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
transport_ws.c tcp_transport: Rework test to split test code and use fixtures 2021-05-25 07:04:02 +02:00
transport.c tcp_transport: Fix error handling of esp_tls_init() 2021-03-24 12:24:23 +00:00