32            stage1_xchg_ = ExchangeType::DO;
 
   33            stage2_xchg_ = ExchangeType::RA;
 
   35            stage1_xchg_ = ExchangeType::SA;
 
   36            stage2_xchg_ = ExchangeType::RR;
 
 
   45    virtual int run() = 0;
 
 
 
TestControl tc_
Object for controlling sending and receiving packets.
ExchangeType stage2_xchg_
virtual int run()=0
Run performance test.
CommandOptions & options_
Reference to commandline options.
AbstractScen(CommandOptions &options, BasePerfSocket &socket)
Default and the only constructor of AbstractScen.
virtual ~AbstractScen()
Trivial virtual destructor.
ExchangeType stage1_xchg_
Socket wrapper structure.
ExchangeType
DHCP packet exchange types.
Defines the logger used by the top-level component of kea-lfc.