CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This defines a structure that contains all of the state information for the sending side of a single flow. More...
#include <adapter_efa_probe.h>
Data Fields | |
ProbeState | tx_state |
int | send_command_retry_count |
When in kProbeStateEfaConnectedPing or kProbeStateSendProtocolVersion state, this is the number of consecutive commands that have been sent without receiving an ack. | |
int | packets_enqueued_count |
Number of probe packets that have been enqueued to send. | |
int | packets_acked_count |
Number of probe packets that have been acked. | |
int | packets_ack_wait_count |
Number of times have waited for probe packets ACKs to arrive. | |
This defines a structure that contains all of the state information for the sending side of a single flow.
ProbeState TxEndpointProbeState::tx_state |
Current Tx probe state.