Skip to content

aodv: Optimize GetPrecursors()

Eduardo Almeida requested to merge edalm/ns-3-dev:aodv-performance into master

Optimize the function GetPrecursors() by breaking the for loop as soon as one match is found.

Merge request reports