FragmentNumberHeaderBasedDefragmenter

Package: inet.protocolelement.fragmentation

FragmentNumberHeaderBasedDefragmenter

simple module

C++ definition

(no description)

Inheritance diagram

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

Used in compound modules

Name Type Description
DataService compound module (no description)
DataService compound module (no description)
DynamicDefragmenter compound module (no description)
PeerService compound module (no description)
SenderHost compound module (no description)

Extends

Name Type Description
DefragmenterBase simple module

Base type for packet defragmenters that reassemble original packets from fragments. Collects and stores fragments until all fragments of a packet are received, then reconstructs the original packet.

Parameters

Name Type Default value Description
displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

deleteSelf bool false
headerPosition string "front"

Properties

Name Value Description
class FragmentNumberHeaderBasedDefragmenter
display i=block/join

Gates

Name Direction Size Description
in input
out output

Source code

simple FragmentNumberHeaderBasedDefragmenter extends DefragmenterBase like IPacketDefragmenter
{
    parameters:
        string headerPosition @enum("front","back") = default("front");
        @class(FragmentNumberHeaderBasedDefragmenter);
}
File: src/inet/protocolelement/fragmentation/FragmentNumberHeaderBasedDefragmenter.ned