Pan17WJ / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
1 stars 0 forks source link

7 = RPLOF_OPTION_SOLICITATION = RPL_ROUTE_METRIC_ETX #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In RPLOF0Ps and RPLMRHOFPs command bool RPLOF.objectSupported(uint16_t 
objectType) {

the code was originally:
    if (objectType == 7) {
was changed to:
    if (objectType == RPLOF_OPTION_SOLICITATION) {
should be:
    if (objectType == RPL_ROUTE_METRIC_ETX) {

Original issue reported on code.google.com by marku...@gmail.com on 1 Dec 2011 at 9:40

GoogleCodeExporter commented 9 years ago
Closed in r5858

Original comment by sdh...@gmail.com on 11 Jan 2012 at 4:56