WaitForRrep

WaitForRrep

message

Represents an internal timer for a Route Reply packet in Aodv module

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Fields

Name Type Description
destAddr L3Address
lastTTL unsigned int
fromInvalidEntry bool

Source code

//
// Represents an internal timer for a Route Reply packet in Aodv module
//
message WaitForRrep
{
    L3Address destAddr;
    unsigned int lastTTL;
    bool fromInvalidEntry;
}

File: src/inet/routing/aodv/AodvControlPackets.msg