esp-idf/components/tcp_transport
Laukik Hase cc7c67ad4e
tcp_transport: Fix error propogation
- Made tcp_transport_errors codes public to indicate
  TCP connection issues not covered in socket's errno
- Added API to translate tcp_transport_error codes
  to esp_err_t codes for TCP Transport

Co-authored-by: Shubham Kulkarni <shubham.kulkarni@espressif.com>
2022-05-31 15:04:21 +05:30
..
include tcp_transport: Fix error propogation 2022-05-31 15:04:21 +05:30
private_include tcp_transport: Fix error propogation 2022-05-31 15:04:21 +05:30
test unit test: move unit-test_app test_utils_task_delete API to be a utils API (unity_utils_task_delete) in unity component 2022-03-30 15:11:08 +08:00
CMakeLists.txt build system: remove lwip from common requirements 2022-05-02 20:47:17 +02:00
Kconfig
transport.c tcp_transport: Fix error propogation 2022-05-31 15:04:21 +05:30
transport_ssl.c tcp_transport: Fix error propogation 2022-05-31 15:04:21 +05:30
transport_utils.c
transport_ws.c transport_ws: Parse and expose frame fin flag 2022-04-12 11:31:51 +01:00