error searching
This commit is contained in:
parent
eee0e68bf5
commit
91d0177bb1
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
*/
|
||||
#define TCP_SND_BUF 1512
|
||||
|
||||
#define TCP_SND_QUEUELEN 8
|
||||
#define TCP_SND_QUEUELEN 4
|
||||
|
||||
/**
|
||||
* LWIP_BROADCAST_PING==1: respond to broadcast pings (default is unicast only)
|
||||
|
@ -93,7 +93,7 @@
|
|||
#define TCPIP_DEBUG LWIP_DBG_OFF
|
||||
#define SYS_DEBUG LWIP_DBG_OFF
|
||||
#define RAW_DEBUG LWIP_DBG_OFF
|
||||
#define MEM_DEBUG LWIP_DBG_ON
|
||||
#define MEM_DEBUG LWIP_DBG_OFF
|
||||
#define IP_DEBUG LWIP_DBG_OFF
|
||||
#define INET_DEBUG LWIP_DBG_OFF
|
||||
#define NETIF_DEBUG LWIP_DBG_OFF
|
||||
|
|
Loading…
Add table
Reference in a new issue