EtherJam

Namespace inet

EtherJam

packet

Represents jam on the Ethernet.

Extends

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

Fields

Name Type Description
abortedPkTreeID long

this field stores the packetTreeId of the aborted packet

Source code

//
// Represents jam on the Ethernet.
//
packet EtherJam extends EtherTraffic
{
    long abortedPkTreeID = 0;  // this field stores the packetTreeId of the aborted packet
}

File: src/inet/linklayer/ethernet/EtherFrame.msg