CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Structure used to hold a union of packets that are transmitted over the control or EFA interface. More...
Data Fields | ||
ControlPacketCommonHeader | common_hdr | |
Common header of all probe packets. | ||
union { | ||
ControlPacketCommand command_packet | ||
Command packet transmitted over the control interface. | ||
ControlPacketAck ack_packet | ||
ACK packet transmitted over the control interface. | ||
}; | ||
union { | ||
ControlPacketCommand command_packet | ||
Command packet transmitted over the control interface. | ||
ControlPacketAck ack_packet | ||
ACK packet transmitted over the control interface. | ||
}; | ||
Structure used to hold a union of packets that are transmitted over the control or EFA interface.