revise lwip for control framework

This commit is contained in:
Forsworns
2022-02-24 17:52:19 +08:00
parent 287cd1bd89
commit 9fe5d550b5
13 changed files with 72 additions and 49 deletions
@@ -55,6 +55,8 @@
extern "C" {
#endif
#define SOMAXCONN 8
/* If your port already typedef's sa_family_t, define SA_FAMILY_T_DEFINED
to prevent this code from redefining it. */
#if !defined(sa_family_t) && !defined(SA_FAMILY_T_DEFINED)