|
|
| 66 |
#include "ns3/nstime.h" |
66 |
#include "ns3/nstime.h" |
| 67 |
#include "ns3/boolean.h" |
67 |
#include "ns3/boolean.h" |
| 68 |
#include "ns3/data-rate.h" |
68 |
#include "ns3/data-rate.h" |
| 69 |
#include "ns3/nstime.h" |
|
|
| 70 |
#include "ns3/random-variable-stream.h" |
69 |
#include "ns3/random-variable-stream.h" |
| 71 |
|
70 |
|
| 72 |
namespace ns3 { |
71 |
namespace ns3 { |
|
|
| 320 |
uint32_t m_count; //!< Number of packets since last random number generation |
319 |
uint32_t m_count; //!< Number of packets since last random number generation |
| 321 |
/** |
320 |
/** |
| 322 |
* 0 for default RED |
321 |
* 0 for default RED |
| 323 |
* 1 experimental (see red-queue.cc) |
322 |
* 1 experimental (see red-queue-disc.cc) |
| 324 |
* 2 experimental (see red-queue.cc) |
323 |
* 2 experimental (see red-queue-disc.cc) |
| 325 |
* 3 use Idle packet size in the ptc |
324 |
* 3 use Idle packet size in the ptc |
| 326 |
*/ |
325 |
*/ |
| 327 |
uint32_t m_cautious; |
326 |
uint32_t m_cautious; |