FragmentationReq

Namespace inet

FragmentationReq

class

Determines the fragmentation

Extends

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

Fields

Name Type Description
dontFragment bool

"don't fragment" bit

Shared Tagging operations (observed)

tagActionmodule
removeTagIfPresentIpv4

Source code

//
// Determines the fragmentation
//
class FragmentationReq extends TagBase
{
    bool dontFragment = false;   // "don't fragment" bit
}
File: src/inet/networklayer/common/FragmentationTag.msg