Optimization #795
open
stream: use pool instead of direct SACK record allocs
Added by Victor Julien over 11 years ago.
Updated over 1 year ago.
Description
Currently we alloc per SACK record. Very inefficient.
- Target version changed from 2.0beta1 to 2.0beta2
- Priority changed from Normal to Low
- Target version changed from 2.0beta2 to 2.0rc2
- Target version changed from 2.0rc2 to 3.0RC2
- Target version changed from 3.0RC2 to 70
- Status changed from Assigned to New
- Assignee changed from Victor Julien to OISF Dev
- Target version changed from 70 to TBD
- Assignee changed from OISF Dev to Anonymous
- Priority changed from Low to Normal
- Effort set to medium
- Difficulty set to medium
- Assignee set to Community Ticket
Cf StreamTcpSackRecordAlloc
StreamTcpSackRecord *rec = SCMalloc(sizeof(*rec));
Also available in: Atom
PDF