From 057a5d2db8adab8f0880c3f9a17d611bfe0e82e6 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 17 Mar 2022 13:07:05 +0100 Subject: [PATCH] lwip: Update socket API to include port-version of sockets/netdb Added socket extention to the lwip hooks for implementing non-vanilla {get/set}sockopts() * Original commit: espressif/esp-idf@53c009e62631bae569fa849c6b6c9e70a10b3afe --- components/asio/port/include/esp_asio_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/asio/port/include/esp_asio_config.h b/components/asio/port/include/esp_asio_config.h index d80717ed9..f8e34d617 100644 --- a/components/asio/port/include/esp_asio_config.h +++ b/components/asio/port/include/esp_asio_config.h @@ -19,9 +19,9 @@ # endif // CONFIG_COMPILER_RTTI // -// LWIP compatibility inet and address macros/functions +// Use system sockets // -# include "esp_cpp_sockets.h" +# include "sys/socket.h" // // Specific ASIO feature flags