#include "ns3/abort.h"
#include <limits>
Go to the source code of this file.
Classes | |
class | ns3::LollipopCounter< T > |
Template class implementing a Lollipop counter as defined in RFC 8505, RFC 6550, and [Perlman83]. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef LollipopCounter< uint16_t > | ns3::LollipopCounter16 |
16 bit Lollipop Counter. More... | |
typedef LollipopCounter< uint8_t > | ns3::LollipopCounter8 |
8 bit Lollipop Counter. More... | |