Packet ICMPv6PacketTooBigMsg

File: src/networklayer/icmpv6/ICMPv6Message.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

ICMPv6Message (packet)

Represents an ICMPv6 packet.

Fields:

Name Type Description
MTU int

MTU of next-hop link

code int

Set to 0 by sender and ignored by receiver.

type int

int code; //TODO: this should be specific to different ICMP types.

Source code:

packet ICMPv6PacketTooBigMsg extends ICMPv6Message
{
    int code; //Set to 0 by sender and ignored by receiver.
    int MTU; //MTU of next-hop link
}