|
47 | 47 | #ifndef __LWIPOPTS_H__
|
48 | 48 | #define __LWIPOPTS_H__
|
49 | 49 |
|
50 |
| -#define LWIP_DEBUG LWIP_DBG_ON |
51 |
| -// #define NETIF_DEBUG LWIP_DBG_ON |
52 |
| -// #define IP_DEBUG LWIP_DBG_ON |
53 |
| -// #define UDP_DEBUG LWIP_DBG_ON |
54 |
| -// #define DHCP_DEBUG LWIP_DBG_ON |
55 |
| -// #define AUTOIP_DEBUG LWIP_DBG_ON |
56 |
| - |
57 |
| -// #define ETHARP_DEBUG LWIP_DBG_ON |
58 |
| -// #define PBUF_DEBUG LWIP_DBG_ON |
59 |
| -// #define API_LIB_DEBUG LWIP_DBG_ON |
60 |
| -// #define API_MSG_DEBUG LWIP_DBG_ON |
61 |
| -// #define SOCKETS_DEBUG LWIP_DBG_ON |
62 |
| -// #define ICMP_DEBUG LWIP_DBG_ON |
63 |
| -// #define IGMP_DEBUG LWIP_DBG_ON |
64 |
| -// #define INET_DEBUG LWIP_DBG_ON |
65 |
| -// #define IP_REASS_DEBUG LWIP_DBG_ON |
66 |
| -// #define RAW_DEBUG LWIP_DBG_ON |
67 |
| -// #define MEM_DEBUG LWIP_DBG_ON |
68 |
| -// #define MEMP_DEBUG LWIP_DBG_ON |
69 |
| -// #define SYS_DEBUG LWIP_DBG_ON |
70 |
| -// #define TIMERS_DEBUG LWIP_DBG_ON |
71 |
| -// #define TCP_DEBUG LWIP_DBG_ON |
72 |
| -// #define TCP_INPUT_DEBUG LWIP_DBG_ON |
73 |
| -// #define TCP_FR_DEBUG LWIP_DBG_ON |
74 |
| -// #define TCP_RTO_DEBUG LWIP_DBG_ON |
75 |
| -// #define TCP_CWND_DEBUG LWIP_DBG_ON |
76 |
| -// #define TCP_WND_DEBUG LWIP_DBG_ON |
77 |
| -// #define TCP_OUTPUT_DEBUG LWIP_DBG_ON |
78 |
| -// #define TCP_RST_DEBUG LWIP_DBG_ON |
79 |
| -// #define TCP_QLEN_DEBUG LWIP_DBG_ON |
80 |
| -// #define TCPIP_DEBUG LWIP_DBG_ON |
81 |
| -// #define SLIP_DEBUG LWIP_DBG_ON |
82 |
| -// #define DNS_DEBUG LWIP_DBG_ON |
83 |
| -// #define IP6_DEBUG LWIP_DBG_ON |
84 |
| - |
85 | 50 | /**
|
86 | 51 | * NO_SYS==1: Provides VERY minimal functionality. Otherwise,
|
87 | 52 | * use lwIP facilities.
|
|
0 commit comments