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@53c009e626
This commit is contained in:
David Cermak
2022-03-17 13:07:05 +01:00
committed by gabsuren
parent 63bff632df
commit 057a5d2db8

View File

@ -19,9 +19,9 @@
# endif // CONFIG_COMPILER_RTTI # 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 // Specific ASIO feature flags