DsdvHello

Namespace inet

DsdvHello

class

(no description)

Extends

Name Type Description
FieldsChunk (unknown -- not in documented files)

Fields

Name Type Description
srcAddress Ipv4Address

terminal que gerou o pacote

sequencenumber unsigned int

sequence number created by the source node(node's ID = srcIPAddress) of the hello msg and associated with that node

nextAddress Ipv4Address

terminal que re-/transmite o pacote

hopdistance int

distancia em hops/custo

Packet operations (observed)

actionmodule
PacketDsdv
insertAtBackDsdv
peekDataDsdv

Source code

class DsdvHello extends FieldsChunk
{
    Ipv4Address srcAddress; //terminal que gerou o pacote
    unsigned int sequencenumber;//sequence number created by the source node(node's ID = srcIPAddress) of the hello msg and associated with that node
    Ipv4Address nextAddress; //terminal que re-/transmite o pacote
    int hopdistance; //distancia em hops/custo
}
File: src/inet/routing/dsdv/DsdvHello.msg