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

Stream configuration data used by the CdiAvmTxStreamEndpointCreate() API function. More...

#include <cdi_avm_api.h>

Data Fields

const char * dest_ip_addr_str
 The IP address of the host which is to receive the flow from this transmit stream. NOTE: This must be the dotted form of an IPv4 address. DNS may be supported in the future.
 
int dest_port
 The port number to use at the receiving host. The range of valid values is 1 to 65535, inclusive and must match the value configured for the receiving connection.
 
const char * stream_name_str
 Pointer to name of the stream. It is used as an identifier when generating log messages that are specific to this stream. If NULL, a name is internally generated. Length of name must not exceed CDI_MAX_STREAM_NAME_STRING_LENGTH.
 

Detailed Description

Stream configuration data used by the CdiAvmTxStreamEndpointCreate() API function.


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