Public Member Functions | |
BlockAckEventListener (EdcaTxopN *txop) | |
virtual | ~BlockAckEventListener () |
virtual void | BlockAckInactivityTimeout (Mac48Address address, uint8_t tid) |
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. More... | |
![]() | |
MacLowBlockAckEventListener () | |
virtual | ~MacLowBlockAckEventListener () |
Private Attributes | |
EdcaTxopN * | m_txop |
Definition at line 123 of file edca-txop-n.cc.
|
inline |
Definition at line 126 of file edca-txop-n.cc.
|
inlinevirtual |
Definition at line 130 of file edca-txop-n.cc.
|
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.
originator | MAC address of the data originator |
tid |
Implements ns3::MacLowBlockAckEventListener.
Definition at line 132 of file edca-txop-n.cc.
References m_txop, and ns3::EdcaTxopN::SendDelbaFrame().
|
private |
Definition at line 138 of file edca-txop-n.cc.
Referenced by BlockAckInactivityTimeout().