Functions | |
void | CoverTwoHopNeighbors (Ipv4Address neighborMainAddr, TwoHopNeighborSet &N2) |
Remove all covered 2-hop neighbors from N2 set. More... | |
void ns3::olsr::anonymous_namespace{olsr-routing-protocol.cc}::CoverTwoHopNeighbors | ( | Ipv4Address | neighborMainAddr, |
TwoHopNeighborSet & | N2 | ||
) |
Remove all covered 2-hop neighbors from N2 set.
This is a helper function used by MprComputation algorithm.
neighborMainAddr | Neighbor main address. |
N2 | Reference to the 2-hop neighbor set. |
Definition at line 689 of file olsr-routing-protocol.cc.
Referenced by ns3::olsr::RoutingProtocol::MprComputation().