FragmentTagBasedDefragmenter
Package: inet.protocolelement.fragmentation
FragmentTagBasedDefragmenter
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 |
|---|---|---|
| EthernetFragmentingMacLayer | 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 |
Properties
| Name | Value | Description |
|---|---|---|
| class | FragmentTagBasedDefragmenter | |
| display | i=block/join |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| out | output |
Source code
simple FragmentTagBasedDefragmenter extends DefragmenterBase like IPacketDefragmenter { parameters: @class(FragmentTagBasedDefragmenter); }File: src/inet/protocolelement/fragmentation/FragmentTagBasedDefragmenter.ned