FragmentationTag.msg

Msg File src/inet/networklayer/common/FragmentationTag.msg

Name Type Description
FragmentationReq class

Determines the fragmentation

Source code

//
// This program is property of its copyright holder. All rights reserved.
//

import inet.common.INETDefs;
import inet.common.TagBase;

namespace inet;

//
// Determines the fragmentation
//
class FragmentationReq extends TagBase
{
    bool dontFragment = false;   // "don't fragment" bit
}