7 #ifndef ABSTRACT_SCEN_H
8 #define ABSTRACT_SCEN_H
45 virtual int run() = 0;
64 #endif // ABSTRACT_SCEN_H
DHCPv6 SOLICIT-ADVERTISE.
ExchangeType
DHCP packet exchange types.
virtual ~AbstractScen()
Trivial virtual destructor.
virtual int run()=0
Run performance test.
ExchangeType stage1_xchg_
AbstractScen(CommandOptions &options, BasePerfSocket &socket)
Default and the only constructor of AbstractScen.
uint8_t getIpVersion() const
Returns IP version.
ExchangeType stage2_xchg_
Defines the logger used by the top-level component of kea-dhcp-ddns.
Socket wrapper structure.
TestControl tc_
Object for controlling sending and receiving packets.
CommandOptions & options_
Reference to commandline options.