Actions
Optimization #1014
closedapp layer reassembly fast-path
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.
Updated by Victor Julien almost 11 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.
Updated by Victor Julien almost 11 years ago
- Priority changed from Normal to Low
Updated by Victor Julien almost 11 years ago
- Target version changed from 2.0rc2 to 3.0RC2
Updated by Victor Julien over 9 years ago
- Priority changed from Low to Normal
- Target version changed from 3.0RC2 to 2.1beta4
Updated by Victor Julien over 9 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions