IFragmenterPolicy
Package: inet.protocolelement.fragmentation.contract
IFragmenterPolicy
module interfaceModule interface for fragmentation policies that determine how packets are split into fragments. Implementations calculate the appropriate fragment sizes based on various constraints such as maximum transmission unit.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| LengthBasedFragmenterPolicy | simple module | (no description) |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| FragmenterBase | compound module | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/star |
Source code
// // Module interface for fragmentation policies that determine how packets are // split into fragments. Implementations calculate the appropriate fragment // sizes based on various constraints such as maximum transmission unit. // moduleinterface IFragmenterPolicy { parameters: @display("i=block/star"); }File: src/inet/protocolelement/fragmentation/contract/IFragmenterPolicy.ned