mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 03:52:13 +02:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user