|
Contiki 3.x
|
Header file with definition of multicast engine constants. More...
Go to the source code of this file.
Macros | |
| #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. | |
Header file with definition of multicast engine constants.
When writing a new engine, add it here with a unique number and then modify uip-mcast6.h accordingly
Definition in file uip-mcast6-engines.h.
1.8.6