|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
State definition for socket endpoint. More...
Data Fields | |
| CdiSocket | socket |
| OS specific implementation of a communications socket for sending or receving IP/UDP. | |
| int | destination_port_number |
| Port number (for logging). | |
| CdiSignalType | shutdown |
| This is set to cause the receive thread to exit. | |
| CdiThreadID | receive_thread_id |
| The receive thread's id needed for joining. | |
| CdiPoolHandle | receive_buffer_pool |
| Pool of ReceiveBufferRecords used for received packets. | |
State definition for socket endpoint.