made UIP_ND6_SEND_RA configurable from platforms and projects

This commit is contained in:
joxe 2010-03-16 18:27:22 +00:00
parent 36b995cc9a
commit d113577a8e
2 changed files with 6 additions and 0 deletions

View file

@ -85,7 +85,11 @@
/** \name RFC 4861 Router constants */
/** @{ */
#ifndef UIP_CONF_ND6_SEND_RA
#define UIP_ND6_SEND_RA 1 /* enable/disable RA sending */
#else
#define UIP_ND6_SEND_RA UIP_CONF_ND6_SEND_RA
#endif
#define UIP_ND6_MAX_RA_INTERVAL 600
#define UIP_ND6_MIN_RA_INTERVAL (UIP_ND6_MAX_RA_INTERVAL / 3)
#define UIP_ND6_M_FLAG 0