Package: inet.protocolelement.fragmentation
FragmentNumberHeaderBasedDefragmenter
simple module(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) |
PeerService | compound module | (no description) |
Extends
Name | Type | Description |
---|---|---|
DefragmenterBase | simple module | (no description) |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
deleteSelf | bool | false | |
headerPosition | string | "front" |
Properties
Name | Value | Description |
---|---|---|
display | i=block/join | |
class | FragmentNumberHeaderBasedDefragmenter |
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