[riot-commits] [RIOT-OS/RIOT] 652b4f: rpl: remove decision to drop packets in rpl_send
Oleg Hahm
oleg at hobbykeller.org
Tue Jan 13 14:04:54 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 652b4f84a631c8b02b38eb48605bb2197f87fd15
https://github.com/RIOT-OS/RIOT/commit/652b4f84a631c8b02b38eb48605bb2197f87fd15
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M sys/net/routing/rpl/rpl_nonstoring/rpl_nonstoring.c
M sys/net/routing/rpl/rpl_storing/rpl_storing.c
Log Message:
-----------
rpl: remove decision to drop packets in rpl_send
The dicision to drop a packet if no next hop exists is made by the
`rpl_get_next_hop` function, which is initialized as the routing
provider for rpl applications. Hence, it seems needless to do this in the
`rpl_send` function.
Commit: 0421ab96eed323dfc7f465bee0daad11aa45d7ea
https://github.com/RIOT-OS/RIOT/commit/0421ab96eed323dfc7f465bee0daad11aa45d7ea
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M sys/net/routing/rpl/rpl_nonstoring/rpl_nonstoring.c
M sys/net/routing/rpl/rpl_storing/rpl_storing.c
Log Message:
-----------
Merge pull request #2245 from cgundogan/rpl_remove_routing_decision_in_rpl_send
rpl: remove decision to drop packets in rpl_send
Compare: https://github.com/RIOT-OS/RIOT/compare/322c8d4b7959...0421ab96eed3
More information about the commits
mailing list