Kea 2.5.8
serial.h File Reference
#include <stdint.h>
#include <iostream>
+ Include dependency graph for serial.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::Serial
 This class defines DNS serial numbers and serial arithmetic. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  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.
 

Variables

const uint32_t isc::dns::MAX_SERIAL_INCREMENT = 2147483647
 The maximum difference between two serial numbers.
 
const uint64_t isc::dns::MAX_SERIAL_VALUE = 4294967296ull
 Maximum value a serial can have, used in + operator.