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

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

CdiReorderListprev_ptr
 Previous pointer to neighboring lists for this sgl.
 
CdiReorderListnext_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.
 

Detailed Description

Structure containing top, bottom pointers and sequence numbers of sgls that comprise payload. when the entire payload is received, this will be one list.


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