AckHandler
Package: inet.linklayer.ieee80211.mac.originator
AckHandler
simple moduleManages acknowledgment (ACK) status tracking for transmitted frames in IEEE 802.11 networks. Maintains a record of frame transmission states, processes received ACK frames, and determines when frames need retransmission.
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 |
|---|---|---|
| Dcf | compound module |
Implements the DCF (Distributed Coordination Function) for IEEE 802.11. |
Extends
| Name | Type | Description |
|---|---|---|
| SimpleModule | simple module |
Base module for all INET simple modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
Properties
| Name | Value | Description |
|---|---|---|
| class | AckHandler | |
| display | i=block/table2 |
Source code
// // Manages acknowledgment (ACK) status tracking for transmitted frames in IEEE // 802.11 networks. Maintains a record of frame transmission states, processes // received ACK frames, and determines when frames need retransmission. // simple AckHandler extends SimpleModule { parameters: @class(AckHandler); @display("i=block/table2"); }File: src/inet/linklayer/ieee80211/mac/originator/AckHandler.ned