equal
deleted
inserted
replaced
23 |
23 |
24 #include "block-ack-agreement.h" |
24 #include "block-ack-agreement.h" |
25 |
25 |
26 namespace ns3 { |
26 namespace ns3 { |
27 |
27 |
28 /* \brief Maintains the state and information about transmitted MPDUs with ack policy block ack |
28 /** |
29 * for an originator station. |
29 * \ingroup wifi |
|
30 * Maintains the state and information about transmitted MPDUs with ack policy block ack |
|
31 * for an originator station. |
30 */ |
32 */ |
31 class OriginatorBlockAckAgreement : public BlockAckAgreement |
33 class OriginatorBlockAckAgreement : public BlockAckAgreement |
32 { |
34 { |
33 friend class BlockAckManager; |
35 friend class BlockAckManager; |
34 public: |
36 public: |