Icmpv6PacketTooBigMsg

Namespace inet

Icmpv6PacketTooBigMsg

class

(no description)

Extends

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

Fields

Name Type Description
type
code int

Set to 0 by sender and ignored by receiver.

MTU int

MTU of next-hop link

Source code

class Icmpv6PacketTooBigMsg extends Icmpv6Header
{
    type = ICMPv6_PACKET_TOO_BIG;
    int code; //Set to 0 by sender and ignored by receiver.
    int MTU; //MTU of next-hop link
}

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