#include <Ospfv2InterfaceStateBackup.h>
◆ getState()
◆ processEvent()
Implements inet::ospfv2::Ospfv2InterfaceState.
30 changeState(intf,
new InterfaceStateLoopback,
this);
37 unsigned long neighborCount = intf->getNeighborCount();
39 for (
unsigned long i = 0; i < neighborCount; i++) {
40 intf->sendHelloPacket(intf->getNeighbor(i)->getAddress(), ttl);
43 intf->getArea()->getRouter()->getMessageHandler()->startTimer(intf->getHelloTimer(), intf->getHelloInterval());
46 intf->sendDelayedAcknowledgements();
The documentation for this class was generated from the following files: