esp-idf/components/tcp_transport/include
David Cermak 5e9f8b52e7 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)
2020-08-18 06:42:22 +00:00
..
esp_transport_ssl.h secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
esp_transport_tcp.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_transport_ws.h tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 2020-08-18 06:42:22 +00:00
esp_transport.h tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS 2020-08-18 06:42:22 +00:00