Skip to content

Commit

Permalink
Revert LwIP options
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Jun 30, 2022
1 parent 91f978e commit 20519f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lwip/efr32/lwipopts-rs911x.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
#define LWIP_IPV6_AUTOCONFIG (1)
#define LWIP_IPV6_ROUTER_SUPPORT 1
#define LWIP_ND6_LISTEN_RA 1
#define LWIP_IPV6_MLD 1

#define LWIP_ND6_NUM_NEIGHBORS (2)
#define LWIP_ND6_NUM_DESTINATIONS (3)
Expand Down Expand Up @@ -151,7 +150,9 @@

#define LWIP_IPV6_NUM_ADDRESSES 5

#ifndef LWIP_IPV6_ND
#define LWIP_IPV6_ND 1
#endif
#define LWIP_ND6_QUEUEING 1
#define LWIP_NUM_ND6_QUEUE 3

Expand Down

0 comments on commit 20519f4

Please sign in to comment.