Kea  1.5.0
isc::perfdhcp Namespace Reference

Classes

class  CommandOptions
 Command Options. More...
 
class  LocalizedOption
 DHCP option at specific offset. More...
 
class  OptionNotFound
 Exception thrown when the required option is not found in a packet. More...
 
class  PacketStorage
 Represents a list of packets with a sequential and random access to list elements. More...
 
class  PerfPkt4
 PerfPkt4 (DHCPv4 packet) More...
 
class  PerfPkt6
 PerfPkt6 (DHCPv6 packet) More...
 
class  PktTransform
 Read and write raw data to DHCP packets. More...
 
class  RateControl
 A message sending rate control class for perfdhcp. More...
 
class  StatsMgr
 Statistics Manager. More...
 
class  TestControl
 Test Control class. More...
 

Typedefs

typedef boost::shared_ptr< PerfPkt4PerfPkt4Ptr
 
typedef boost::shared_ptr< PerfPkt6PerfPkt6Ptr
 

Variables

ptime late_exit_target_time_ = ptime(not_a_date_time)
 
const char *const * perfdhcp_config_report = isc::detail::config_report
 

Typedef Documentation

◆ PerfPkt4Ptr

typedef boost::shared_ptr<PerfPkt4> isc::perfdhcp::PerfPkt4Ptr

Definition at line 126 of file perf_pkt4.h.

◆ PerfPkt6Ptr

typedef boost::shared_ptr<PerfPkt6> isc::perfdhcp::PerfPkt6Ptr

Definition at line 126 of file perf_pkt6.h.

Variable Documentation

◆ late_exit_target_time_

ptime isc::perfdhcp::late_exit_target_time_ = ptime(not_a_date_time)

Definition at line 45 of file test_control.cc.

Referenced by isc::perfdhcp::TestControl::hasLateExitCommenced().

◆ perfdhcp_config_report

const char* const* isc::perfdhcp::perfdhcp_config_report = isc::detail::config_report

Definition at line 39 of file command_options.cc.