From bf88a6de0912aa0ee5dc421c2a7691086a6e02cc Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 10 Jan 2011 18:29:57 +0100 Subject: [PATCH] Add depth comment. --- src/stream-tcp-reassemble.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stream-tcp-reassemble.c b/src/stream-tcp-reassemble.c index 9a52da28d0..c3da52ac9d 100644 --- a/src/stream-tcp-reassemble.c +++ b/src/stream-tcp-reassemble.c @@ -1387,6 +1387,9 @@ static int HandleSegmentStartsAfterListSegment(ThreadVars *tv, TcpReassemblyThre * \brief Function to Check the reassembly depth valuer against the * allowed max depth of the stream reassmbly for TCP streams. * + * \todo maybe we can make an exception for packets that are retransmissions + * so they are between isn and next_seq + * * \param stream stream direction * \param size size of the segment that is added *