OriginatorBlockAckAgreementHandler
Package: inet.linklayer.ieee80211.mac.blockack
OriginatorBlockAckAgreementHandler
simple moduleManages Block Acknowledgment (Block Ack) agreements for the originator side in IEEE 802.11 networks. Handles the creation, maintenance, and termination of Block Ack agreements with receivers. Processes ADDBA requests/responses and DELBA frames, tracks agreement timeouts, and maintains the state of active agreements. Enables efficient acknowledgment of multiple frames with a single Block Ack frame.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
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 |
| rateSelectionModule | string |
Properties
| Name | Value | Description |
|---|---|---|
| class | OriginatorBlockAckAgreementHandler | |
| display | i=block/cogwheel |
Source code
// // Manages Block Acknowledgment (Block Ack) agreements for the originator side // in IEEE 802.11 networks. Handles the creation, maintenance, and termination // of Block Ack agreements with receivers. Processes ADDBA requests/responses // and DELBA frames, tracks agreement timeouts, and maintains the state of // active agreements. Enables efficient acknowledgment of multiple frames with // a single Block Ack frame. // simple OriginatorBlockAckAgreementHandler extends SimpleModule { parameters: @class(OriginatorBlockAckAgreementHandler); string rateSelectionModule; @display("i=block/cogwheel"); }File: src/inet/linklayer/ieee80211/mac/blockack/OriginatorBlockAckAgreementHandler.ned