The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_tcp.h
Go to the documentation of this file.
1 
5 #ifndef STK_TCP_H
6 #define STK_TCP_H
7 #include "stk_common.h"
8 
9 #define STK_TCP_SEND_FLAG_REUSE_GENID 0x1
10 #define STK_TCP_SEND_FLAG_NONBLOCK 0x10
12 #endif