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

A structure for storing data to be sent with a payload as user_cb_data. More...

#include <test_control.h>

Data Fields

TestConnectionInfotest_connection_info_ptr
 Pointer to the TestConnection info data structure that holds state information for the given connection.
 
uint64_t tx_payload_start_time
 Time payload transmission started.
 
int stream_index
 Zero-based stream index.
 
CdiPoolHandle tx_pool_handle
 Memory pool for Tx payload pointed to by tx_payload_sgl_ptr (see below).
 
CdiSgListtx_payload_sgl_ptr
 Pointer to SGL from the pool tx_pool_handle (see above) which describes the current Tx payload buffer.
 

Detailed Description

A structure for storing data to be sent with a payload as user_cb_data.


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