changeset 7139 | 79dd02ed46ec |
parent 6852 | 8f1a53d3f6ca |
child 7141 | 072fb225b714 |
7138:90f585e0fcea | 7139:79dd02ed46ec |
---|---|
22 |
22 |
23 #include "msdu-aggregator.h" |
23 #include "msdu-aggregator.h" |
24 |
24 |
25 namespace ns3 { |
25 namespace ns3 { |
26 |
26 |
27 /** |
|
28 * \ingroup wifi |
|
29 * Standard MSDU aggregator |
|
30 * |
|
31 */ |
|
27 class MsduStandardAggregator : public MsduAggregator |
32 class MsduStandardAggregator : public MsduAggregator |
28 { |
33 { |
29 public: |
34 public: |
30 |
35 |
31 static TypeId GetTypeId (void); |
36 static TypeId GetTypeId (void); |