stream: increase max StreamMsg data

Increase from 4024 bytes to 4072 to make the whole structure
4096 again.
pull/759/head
Victor Julien 12 years ago
parent c801ef3515
commit eb1f5ce358

@ -34,7 +34,7 @@
#define STREAM_DEPTH 0x20 /* depth reached */
/** size of the data chunks sent to the app layer parser. */
#define MSG_DATA_SIZE 4024 /* 4096 - 72 (size of rest of the struct) */
#define MSG_DATA_SIZE 4072 /* 4096 - 24 (size of rest of the struct) */
typedef struct StreamMsg_ {
struct StreamMsg_ *next;

Loading…
Cancel
Save