1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/routing/aodvv2
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
..
aodv_debug.h debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
aodv.c aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own. 2015-01-06 12:54:14 -08:00
aodv.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
constants.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
Makefile Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
reader.c debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
reader.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
routingtable.c debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
routingtable.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
seqnum.c Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
seqnum.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
utils.c debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
utils.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
writer.c Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
writer.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00