From: Russ Combs Date: Sat, 15 Nov 2014 00:35:40 +0000 (-0500) Subject: added FIXIT X-Git-Tag: 3.0.0-233~1217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e27e280de3998612d1455c427c274d65added28;p=thirdparty%2Fsnort3.git added FIXIT --- diff --git a/src/stream/tcp/tcp_session.cc b/src/stream/tcp/tcp_session.cc index 3fd119a48..d74851d0c 100644 --- a/src/stream/tcp/tcp_session.cc +++ b/src/stream/tcp/tcp_session.cc @@ -6075,6 +6075,8 @@ static inline uint32_t flush_pdu_ackd ( // for non-paf splitters, flush_pt > 0 means we reached // the minimum required, but we flush what is available // instead of creating more, but smaller, packets + // FIXIT-L just flush to end of segment to avoid splitting + // instead of all avail? if ( !trk->splitter->is_paf() ) { // get_q_footprint() w/o side effects