The flags field got widened to 9 bits.

This commit is contained in:
Nicolas Tsiftes 2011-06-28 17:49:32 +02:00
parent ccfb30707a
commit 77a44c560a
2 changed files with 11 additions and 11 deletions

View file

@ -95,8 +95,7 @@ typedef uint16_t rpl_ocp_t;
#define RPL_DAG_MC_THROUGHPUT 4 /* Throughput */
#define RPL_DAG_MC_LATENCY 5 /* Latency */
#define RPL_DAG_MC_LQL 6 /* Link Quality Level */
#define RPL_DAG_MC_ETX 7 /* Expected Transmission Count
*/
#define RPL_DAG_MC_ETX 7 /* Expected Transmission Count */
#define RPL_DAG_MC_LC 8 /* Link Color */
/* DAG Metric Container flags. */