#include <RDTCommon.h>
Data Fields | |
uint16_t | Timeout |
The remaining time, in unit of second, to keep the RDT channel alive. | |
uint16_t | TimeoutThreshold |
RDT channel will be terminated if timeout exceeds this threshold, in unit of seconds. | |
uint32_t | BufSizeInSendQueue |
The size, in unit of byte, of buffer remaining in the sending queue in the local site. | |
uint32_t | BufSizeInRecvQueue |
The size, in unit of byte, of buffer remaining in the receiving queue in the local site. | |
RDT channel status, containing the current status of a RDT channel created between a RDT server and a RDT client. Users can use RDT_Status_Check() to get RDT status.
uint32_t BufSizeInRecvQueue |
The size, in unit of byte, of buffer remaining in the receiving queue in the local site.
uint32_t BufSizeInSendQueue |
The size, in unit of byte, of buffer remaining in the sending queue in the local site.
uint16_t Timeout |
The remaining time, in unit of second, to keep the RDT channel alive.
uint16_t TimeoutThreshold |
RDT channel will be terminated if timeout exceeds this threshold, in unit of seconds.