CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Structure containing top, bottom pointers and sequence numbers of sgls that comprise payload. when the entire payload is received, this will be one list. More...
#include <private.h>
Data Fields | |
CdiReorderList * | prev_ptr |
Previous pointer to neighboring lists for this sgl. | |
CdiReorderList * | next_ptr |
Next pointer to neighboring lists for this sgl. | |
uint16_t | top_sequence_num |
Sequence number of the packet sitting at the top of this sgl. | |
uint16_t | bot_sequence_num |
Sequence number of the packet sitting at the bottom of this sgl. | |
CdiSgList | sglist |
Sgl in this reorder list. | |
Structure containing top, bottom pointers and sequence numbers of sgls that comprise payload. when the entire payload is received, this will be one list.