PacketDropDetails

Namespace inet

PacketDropDetails

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

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

Known subclasses

Name Type Description
PacketDrop class (no description)

Fields

Name Type Description
reason PacketDropReason
limit int

Source code

class PacketDropDetails extends cObject
{
    PacketDropReason reason;
    int limit = -1;
}
File: src/inet/common/Simsignals.msg