Fixing handling of invalid header size
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / socket_if.h
index f7311fc..ccbff79 100644 (file)
 #ifndef _SOCKET_IF_H
 #define _SOCKET_IF_H
 
-#ifndef PARANOID_CHECKS
-#      define PARANOID_CHECKS 0
-#endif
-
 #define TCP_DEVICE     0       //  device type of socket
 #define UDP_DEVICE     1
 
 #define SI_TF_NONE             0               // tcp flags in the global info applied to each session
 #define SI_TF_NODELAY  0x01    // set nagle's off for each connection
 #define SI_TF_FASTACK  0x02    // set fast ack on for each connection
+#define SI_TF_QUICK     0x04   // set keepalive for each connection and reduce syn amount while doing connect
 
 #ifndef _SI_ERRNO
 extern int SIerrno;               //  error number set by public routines