CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
A structure for storing data to be sent with a payload as user_cb_data. More...
#include <test_control.h>
Data Fields | |
TestConnectionInfo * | test_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). | |
CdiSgList * | tx_payload_sgl_ptr |
Pointer to SGL from the pool tx_pool_handle (see above) which describes the current Tx payload buffer. | |
A structure for storing data to be sent with a payload as user_cb_data.