Disable IPv6 Neighbor Discovery Protocol by default on the sky platform

This commit is contained in:
Simon Duquennoy 2014-05-14 17:29:18 +02:00
parent 443bbd3948
commit 6e53ab6eb0

View file

@ -153,6 +153,7 @@
#endif /* UIP_CONF_MAX_ROUTES */
#define UIP_CONF_ND6_SEND_RA 0
#define UIP_CONF_ND6_SEND_NA 0
#define UIP_CONF_ND6_REACHABLE_TIME 600000
#define UIP_CONF_ND6_RETRANS_TIMER 10000