#include "ns3/log.h"#include "ns3/uinteger.h"#include "ns3/simulator.h"#include "ns3/string.h"#include "dynamic-queue-limits.h"
Include dependency graph for dynamic-queue-limits.cc:Go to the source code of this file.
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
| static const uint32_t | DQL_MAX_LIMIT = (UINTMAX / 2) - DQL_MAX_OBJECT |
| static const uint32_t | DQL_MAX_OBJECT = UINTMAX / 16 |
| static const uint32_t | UINTMAX = std::numeric_limits<uint32_t>::max () |
|
static |
Definition at line 35 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::GetTypeId().
|
static |
Definition at line 34 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::Queued().
|
static |
Definition at line 33 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::Completed(), and ns3::DynamicQueueLimits::Reset().