The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs
stk_udp.h File Reference
#include "stk_common.h"
#include <sys/socket.h>
#include <netinet/in.h>
Include dependency graph for stk_udp.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

A UDP based data flow module to enable services, service groups and other Sequence Toolkit components to pass data over UDP.

Macro Definition Documentation

#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

Typedef Documentation

Structure used to receive raw data when using stk_rawudp_listener_recv()