#include "dynamic-queue-limits.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
Go to the source code of this file.
Namespaces | |
namespace | 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 24 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::GetTypeId().
Definition at line 23 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::Queued().
Definition at line 22 of file dynamic-queue-limits.cc.
Referenced by ns3::DynamicQueueLimits::Completed(), and ns3::DynamicQueueLimits::Reset().