mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
465f9096b1
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. |
||
---|---|---|
.. | ||
aodv_debug.h | ||
aodv.c | ||
aodv.h | ||
constants.h | ||
Makefile | ||
reader.c | ||
reader.h | ||
routingtable.c | ||
routingtable.h | ||
seqnum.c | ||
seqnum.h | ||
utils.c | ||
utils.h | ||
writer.c | ||
writer.h |