Skip to content

Improve memory footprint #4

Description

@codepr

The memory footprint for each client session is really huge right now. The main benefit is an increase of performance due to not having to allocate any tracking packet for QoS > 0 by allocating a 65536 array to track all possible concurrent inflight packets. A midway between having to malloc/free each new received packet that must be tracked till the transaction is completed and the current pre-allocate all solution would be great.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions