David Cermak 6d12d06605 tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS
Internal tcp_transport functions could now use custom socket operations.
This is used for WebSocket transport, when we typically wait for clean
connection closure, i.e. selecting for read/error with expected errno or
recv size=0 while socket readable (=connection terminated by FIN flag)


* Original commit: espressif/esp-idf@5e9f8b52e7
2022-03-01 12:18:50 +04:00
2021-11-16 08:11:57 +01:00

Collection of protocol components for ESP-IDF

Documentation of esp-protocol

Components

esp_modem

Description
Collection of ESP-IDF components related to networking protocols
Readme 41 MiB
Languages
C 57%
C++ 35.5%
Python 4.2%
CMake 2.4%
Shell 0.5%
Other 0.4%