PcapPlusPlus  Next
pcpp::DpdkDevice::RxTxStats Struct Reference

#include <DpdkDevice.h>

Public Attributes

uint64_t packets
 Total number of packets.
 
uint64_t bytes
 Total number of successfully received bytes.
 
uint64_t packetsPerSec
 Packets per second.
 
uint64_t bytesPerSec
 Bytes per second.
 

Detailed Description

A container for RX/TX statistics