|
Contiki-Inga 3.x
|
Header file for IPv6 multicast according to the algorithm in the
"MCAST Forwarding Using Trickle" internet draft.
More...
Go to the source code of this file.
Functions | |
| void | roll_tm_icmp_input () |
| Called by the uIPv6 engine when it receives a Trickle Multicast ICMPv6 datagram. | |
Header file for IPv6 multicast according to the algorithm in the
"MCAST Forwarding Using Trickle" internet draft. The current version of the draft can always be found in
http://tools.ietf.org/html/draft-ietf-roll-trickle-mcast
This implementation is based on the draft version stored in
ROLL_TM_VER.
In draft v2, the document was renamed to
"Multicast Protocol for Low power and Lossy Networks (MPL)"
Due to very significant changes between draft versions 1 and 2,
MPL will be implemented as a separate engine and this file here
will provide legacy support for Draft v1.
Definition in file roll-tm.h.
1.8.3.1