308// Later to be dynamic for use for multiple interfaces
309#define LWIP_IPV6_DUP_DETECT_ATTEMPTS 0
310#endif
311
312#endif
313
314// Make sure we default these to off, so
315// LWIP doesn't default to on
316#ifndef LWIP_ARP
317#define LWIP_ARP 0
318#endif
319
320// Checksum-on-copy disabled due to https://savannah.nongnu.org/bugs/?50914
321#define LWIP_CHECKSUM_ON_COPY 0
322
323#define LWIP_NETIF_HOSTNAME 1
324#define LWIP_NETIF_STATUS_CALLBACK 1
325#define LWIP_NETIF_LINK_CALLBACK 1
326
327#define DNS_TABLE_SIZE 2
328#define DNS_MAX_NAME_LENGTH 128
329
330#include "lwip_random.h"
331#include "lwip_tcp_isn.h"
332#define LWIP_HOOK_TCP_ISN lwip_hook_tcp_isn
333#ifdef MBEDTLS_MD5_C
334#define LWIP_USE_EXTERNAL_MBEDTLS 1
335#else
336#define LWIP_USE_EXTERNAL_MBEDTLS 0
337#endif
338
339#endif /* LWIPOPTS_H_ */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.