CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiPayloadCounterStats Struct Reference

Transfer statistics data specific to payloads that contain counters that increment for the duration of the connection. They are never reset. More...

#include <cdi_core_api.h>

Data Fields

uint64_t num_payloads_transferred
 Current number of payloads successfully transferred since the connection was created.
 
uint64_t num_payloads_dropped
 The number of payloads that have been dropped due to timeout conditions since the connection was created. Payloads are typically dropped because of network connectivity issues but will also occur when the receiving host is unresponsive among other possible causes.
 
uint64_t num_payloads_late
 Number of payloads that were transmitted late since the connection was created.
 
uint64_t num_bytes_transferred
 Number of bytes that were transmitted since the connection was created.
 

Detailed Description

Transfer statistics data specific to payloads that contain counters that increment for the duration of the connection. They are never reset.


The documentation for this struct was generated from the following file: