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.
Updated by Victor Julien over 11 years ago
- Target version changed from 2.0beta1 to 2.0beta2
Updated by Victor Julien about 11 years ago
- Priority changed from Normal to Low
- Target version changed from 2.0beta2 to 2.0rc2
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
- Target version changed from 3.0RC2 to 70
Updated by Victor Julien over 8 years ago
- Status changed from Assigned to New
- Assignee changed from Victor Julien to OISF Dev
- Target version changed from 70 to TBD
Updated by Victor Julien about 6 years ago
- Assignee changed from OISF Dev to Anonymous
- Priority changed from Low to Normal
- Effort set to medium
- Difficulty set to medium
Updated by Philippe Antoine over 1 year ago
Cf StreamTcpSackRecordAlloc
StreamTcpSackRecord *rec = SCMalloc(sizeof(*rec));
Actions