Skip to content

[MAINT] Reimplement the sender buffer to make it a random-access container #3251

@ethouris

Description

@ethouris

The current sender buffer is simply a linked list, although there's often a need for accessing a packet basing on its sequence number, which means in the current implementation a linear search.

Create a better solution, possibly based on a circular buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: MaintenanceWork required to maintain or clean up the code[core]Area: Changes in SRT library core

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions