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

Go to the source code of this file.

Namespaces

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

Functions

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