|
78 | 78 |
|
79 | 79 | /*** Taken from src/include/lwip/opt.h. If changes were made to lwipopts.h, please update this section. |
80 | 80 | Some settings affect the fields present in structures like struct netif! ****/ |
| 81 | +#ifndef MEMP_NUM_UDP_PCB |
81 | 82 | #define MEMP_NUM_UDP_PCB 4 |
| 83 | +#endif |
| 84 | +#ifndef MEMP_NUM_TCP_PCB |
82 | 85 | #define MEMP_NUM_TCP_PCB 5 |
| 86 | +#endif |
| 87 | +#ifndef MEMP_NUM_NETCONN |
83 | 88 | #define MEMP_NUM_NETCONN (MEMP_NUM_TCP_PCB + MEMP_NUM_UDP_PCB) |
| 89 | +#endif |
| 90 | +#ifndef LWIP_NETIF_STATUS_CALLBACK |
84 | 91 | #define LWIP_NETIF_STATUS_CALLBACK 0 |
| 92 | +#endif |
| 93 | +#ifndef LWIP_NETIF_LINK_CALLBACK |
85 | 94 | #define LWIP_NETIF_LINK_CALLBACK 0 |
| 95 | +#endif |
| 96 | +#ifndef LWIP_AUTOIP |
86 | 97 | #define LWIP_AUTOIP 0 |
| 98 | +#endif |
| 99 | +#ifndef LWIP_NETIF_HOSTNAME |
87 | 100 | #define LWIP_NETIF_HOSTNAME 0 |
| 101 | +#endif |
| 102 | +#ifndef LWIP_SNMP |
88 | 103 | #define LWIP_SNMP 0 |
| 104 | +#endif |
| 105 | +#ifndef LWIP_IGMP |
89 | 106 | #define LWIP_IGMP 0 |
| 107 | +#endif |
| 108 | +#ifndef LWIP_NETIF_HWADDRHINT |
90 | 109 | #define LWIP_NETIF_HWADDRHINT 0 |
| 110 | +#endif |
| 111 | +#ifndef LWIP_LOOPBACK_MAX_PBUFS |
91 | 112 | #define LWIP_LOOPBACK_MAX_PBUFS 0 |
| 113 | +#endif |
| 114 | +#ifndef LWIP_NUM_NETIF_CLIENT_DATA |
92 | 115 | #define LWIP_NUM_NETIF_CLIENT_DATA 0 |
| 116 | +#endif |
| 117 | +#ifndef LWIP_SOCKET_OFFSET |
93 | 118 | #define LWIP_SOCKET_OFFSET 0 |
| 119 | +#endif |
| 120 | +#ifndef LWIP_IPV6_SEND_ROUTER_SOLICIT |
94 | 121 | #define LWIP_IPV6_SEND_ROUTER_SOLICIT 1 |
| 122 | +#endif |
| 123 | +#ifndef DNS_MAX_SERVERS |
95 | 124 | #define DNS_MAX_SERVERS 2 |
| 125 | +#endif |
96 | 126 |
|
97 | 127 | /* |
98 | 128 | * Copyright (c) 2001-2003 Swedish Institute of Computer Science. |
|
0 commit comments