1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing
Lotte Steenbrink 465f9096b1 aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own.
For some reason the call to aodv_packet_reader_handle_packet() got lumped in with the check if a received packet is ours. In consequence, all packets which were not sent by the node that received them (i.e. the important ones) were silently ignored, preventing any routes from being established.
This should be fixed now: foreign packets are now handled again, while own packets are ignored.
Also, I made the corresponding comment a bit less passive-aggressive.
2015-01-06 12:54:14 -08:00
..
aodvv2 aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own. 2015-01-06 12:54:14 -08:00
rpl rpl: minor changes to comments in rpl_storing.c 2015-01-06 13:24:42 +01:00
etx_beaconing.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
Makefile Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00