Actions
Optimization #795
openstream: use pool instead of direct SACK record allocs
Effort:
medium
Difficulty:
medium
Label:
Description
Currently we alloc per SACK record. Very inefficient.
Actions
Added by Victor Julien over 12 years ago. Updated about 2 years ago.
Description
Currently we alloc per SACK record. Very inefficient.
Cf StreamTcpSackRecordAlloc
StreamTcpSackRecord *rec = SCMalloc(sizeof(*rec));