ICMPv6PacketTooBigMsg

Namespace inet

ICMPv6PacketTooBigMsg

packet

(no description)

Extends

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

Fields

Name Type Description
code int

Set to 0 by sender and ignored by receiver.

MTU int

MTU of next-hop link

Source code

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

File: src/inet/networklayer/icmpv6/ICMPv6Message.msg