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()
This commit is contained in:
David Cermak
2022-03-17 13:07:05 +01:00
parent e909cd5219
commit 53c009e626
9 changed files with 171 additions and 45 deletions

View File

@@ -30,7 +30,6 @@
*
*/
#include "esp_cpp_sockets.h"
#include "lwip/sockets.h"
/*
SOMAXCONN is expected to be found in this header too,