LengthBasedFragmenterPolicy

Package: inet.protocolelement.fragmentation.policy

LengthBasedFragmenterPolicy

simple module

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Parameters

Name Type Default value Description
minFragmentLength int 0b
maxFragmentLength int
roundingLength int 1B
fragmentHeaderLength int 0b

Properties

Name Value Description
class LengthBasedFragmenterPolicy

Source code

simple LengthBasedFragmenterPolicy like IFragmenterPolicy
{
    parameters:
        int minFragmentLength @unit(b) = default(0b);
        int maxFragmentLength @unit(b);
        int roundingLength @unit(b) = default(1B);
        int fragmentHeaderLength @unit(b) = default(0b);
        @class(LengthBasedFragmenterPolicy);
}
File: src/inet/protocolelement/fragmentation/policy/LengthBasedFragmenterPolicy.ned