Project

General

Profile

Actions

Optimization #1014

closed

app layer reassembly fast-path

Added by Victor Julien over 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

In many cases the applayer reassembly will just send one payload to the applayer. Currently, we copy this one segment into a buffer and push that. Should be faster to directly invoke applayer on the segment.

Actions #1

Updated by Victor Julien over 10 years ago

Another fast-path possibility: we often walk the entire segment list only to find out all segments have already been processed and are just in the list while the smsg is still in flight. We could also as a fast-path first only check the seg_list_tail flags.

Actions #2

Updated by Victor Julien over 10 years ago

  • Priority changed from Normal to Low
Actions #3

Updated by Victor Julien about 10 years ago

  • Target version changed from 2.0rc2 to 3.0RC2
Actions #4

Updated by Victor Julien about 9 years ago

  • Priority changed from Low to Normal
  • Target version changed from 3.0RC2 to 2.1beta4
Actions #5

Updated by Victor Julien about 9 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF