Kea
1.9.9-git
|
#include <stdint.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | isc::dns::Serial |
This class defines DNS serial numbers and serial arithmetic. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dns | |
Functions | |
std::ostream & | isc::dns::operator<< (std::ostream &os, const Serial &serial) |
Helper operator for output streams, writes the value to the stream. More... | |
Variables | |
const uint32_t | isc::dns::MAX_SERIAL_INCREMENT = 2147483647 |
The maximum difference between two serial numbers. More... | |
const uint64_t | isc::dns::MAX_SERIAL_VALUE = 4294967296ull |
Maximum value a serial can have, used in + operator. More... | |