Merge pull request #678 from simonduq/sky-disable-ndp

Disable IPv6 Neighbor Discovery Protocol by default on the sky platform
This commit is contained in:
Nicolas Tsiftes 2014-06-02 10:52:07 +02:00
commit 3650950460

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