Message ICMPv6PacketTooBigMsg

File: Network/ICMPv6/ICMPv6Message.msg

C++ definition: click here

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

ICMPv6Message

Represents an ICMPv6 packet.

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
code int

Set to 0 by sender and ignored by receiver.

MTU int

MTU of next-hop link

Source code:

message ICMPv6PacketTooBigMsg extends ICMPv6Message
{
    properties:
        omitGetVerb = true;
    fields:
        int code; //Set to 0 by sender and ignored by receiver.
        int MTU; //MTU of next-hop link
}