stream: pack config struct

pull/2673/head
Victor Julien 9 years ago
parent 606f515fe9
commit 2b433fab53

@ -46,6 +46,9 @@ typedef struct TcpStreamCnf_ {
uint16_t stream_init_flags; /**< new stream flags will be initialized to this */
uint8_t flags;
uint8_t max_synack_queued;
uint32_t prealloc_sessions; /**< ssns to prealloc per stream thread */
uint32_t prealloc_segments; /**< segments to prealloc per stream thread */
int midstream;
@ -57,9 +60,6 @@ typedef struct TcpStreamCnf_ {
int bypass;
uint8_t flags;
uint8_t max_synack_queued;
StreamingBufferConfig sbcnf;
} TcpStreamCnf;

Loading…
Cancel
Save