A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::EdcaTxopN::BlockAckEventListener Class Reference
+ Inheritance diagram for ns3::EdcaTxopN::BlockAckEventListener:

Public Member Functions

 BlockAckEventListener (EdcaTxopN *txop)
 
virtual void BlockAckInactivityTimeout (Mac48Address address, uint8_t tid)
 

Private Attributes

EdcaTxopNm_txop
 

Detailed Description

Definition at line 127 of file edca-txop-n.cc.

Member Function Documentation

virtual void ns3::EdcaTxopN::BlockAckEventListener::BlockAckInactivityTimeout ( Mac48Address  originator,
uint8_t  tid 
)
inlinevirtual

Typically is called in order to notify EdcaTxopN that a block ack inactivity timeout occurs for the block ack agreement identified by the pair originator, tid.

Rx station maintains an inactivity timer for each block ack agreement. Timer is reset when a frame with ack policy block ack or a block ack request are received. When this timer reaches zero this method is called and a delba frame is scheduled for transmission.

Implements ns3::MacLowBlockAckEventListener.

Definition at line 136 of file edca-txop-n.cc.


The documentation for this class was generated from the following file: