Ospfv2TosData

Namespace inet::ospfv2

Ospfv2TosData

struct

(RFC 1583 Section A.4.2.)

Fields

Name Type Description
tos unsigned char
tosMetric unsigned long

Source code

// (RFC 1583 Section A.4.2.)
struct Ospfv2TosData
{
    @packetData;
    unsigned char tos;
    unsigned long tosMetric;
}

File: src/inet/routing/ospfv2/Ospfv2Packet.msg