The Sequence Toolkit
www.sequence-toolkit.com |
Go to the source code of this file.
Classes | |
struct | stk_udp_wire_read_buf_stct |
Macros | |
#define | STK_UDP_SEND_FLAG_REUSE_GENID 0x1 |
#define | STK_UDP_SEND_FLAG_NONBLOCK 0x10 |
Typedefs | |
typedef struct stk_udp_wire_read_buf_stct | stk_udp_wire_read_buf_t |
A UDP based data flow module to enable services, service groups and other Sequence Toolkit components to pass data over UDP.
#define STK_UDP_SEND_FLAG_NONBLOCK 0x10 |
Flag to prevent a send call from blocking
#define STK_UDP_SEND_FLAG_REUSE_GENID 0x1 |
Flag to prevent a send call from bumping a sequence generation to support multiple sends
Structure used to receive raw data when using stk_rawudp_listener_recv()