A Discrete-Event Network Simulator
API
codel-queue-disc.cc File Reference
#include "ns3/log.h"
#include "ns3/enum.h"
#include "ns3/uinteger.h"
#include "ns3/abort.h"
#include "codel-queue-disc.h"
#include "ns3/object-factory.h"
#include "ns3/drop-tail-queue.h"
#include "ns3/net-device-queue-interface.h"
+ Include dependency graph for codel-queue-disc.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

static uint32_t ns3::CoDelGetTime (void)
 Returns the current time translated in CoDel time representation. More...
 
static uint32_t ns3::ReciprocalDivide (uint32_t A, uint32_t R)
 Performs a reciprocal divide, similar to the Linux kernel reciprocal_divide function. More...