Implementation of the ESMRF engine

This commit is contained in:
Khaled Qorany 2016-05-30 23:34:11 +02:00 committed by Khaled Qorany
parent 4499d80348
commit 37360aae51
5 changed files with 498 additions and 0 deletions

View file

@ -50,6 +50,7 @@
#define UIP_MCAST6_ENGINE_NONE 0 /**< Selecting this disables mcast */
#define UIP_MCAST6_ENGINE_SMRF 1 /**< The SMRF engine */
#define UIP_MCAST6_ENGINE_ROLL_TM 2 /**< The ROLL TM engine */
#define UIP_MCAST6_ENGINE_ESMRF 3 /**< The ESMRF engine */
#endif /* UIP_MCAST6_ENGINES_H_ */
/** @} */