esp-idf/components/tcp_transport
David Cermak b2af4d9689 lwip/linux: Add lwip support for networking component under linux
linux/lwip: Wrap some IO posix functions
* to workaourd the FreeRTOS EINTR issue (when building without lwip)
* to correctly choose the sub-system based on fd (when building with
lwip) -- passing control to either linux/system or to lwip
This commit also addapts tapio-if to provide DHCP client by default and
configurable settings for static IP
2023-05-05 05:03:39 +00:00
..
host_test [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
include [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
private_include [tcp_transport] Fix initialition of transport 2022-07-14 12:29:58 +00:00
test_apps ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
.build-test-rules.yml ci: Migrate unit test for tcp_transport to unit test app 2023-04-11 08:36:24 +00:00
CMakeLists.txt lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
Kconfig tcp_transport: add websocket dynamic buffer feature 2022-06-08 19:13:25 +00:00
transport.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-16 08:38:57 +00:00
transport_internal.c Replaced logging tags with lower case in tcp_transport component to unite all tags under common structure. 2022-08-16 08:38:57 +00:00
transport_socks_proxy.c [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
transport_ssl.c [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
transport_ws.c [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00