#include "ns3/log.h"#include "ns3/enum.h"#include "ns3/uinteger.h"#include "ns3/abort.h"#include "codel-queue.h"
 Include dependency graph for codel-queue.cc:Go to the source code of this file.
Classes | |
| class | ns3::CoDelTimestampTag | 
| CoDel time stamp, used to carry CoDel time informations.  More... | |
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... | |