FecTlv

FecTlv

struct

(no description)

Usage diagram

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

Fields

Name Type Description
addr Ipv4Address
length int

Source code

struct FecTlv
{
    Ipv4Address addr;
    int length;
}

File: src/inet/networklayer/ldp/LdpPacket.msg