PoolThreadReserved res;
uint8_t state;
uint8_t queue_len; /**< length of queue list below */
+ int8_t data_first_seen_dir;
/* coccinelle: TcpSession:flags:STREAMTCP_FLAG */
uint16_t flags;
TcpStream server;
struct StreamMsg_ *toclient_smsg_head; /**< list of stream msgs (for detection inspection) */
struct StreamMsg_ *toclient_smsg_tail; /**< list of stream msgs (for detection inspection) */
- int8_t data_first_seen_dir;
-
TcpStateQueue *queue; /**< list of SYN/ACK candidates */
} TcpSession;