Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve memory footprint #4

Open
codepr opened this issue Mar 10, 2020 · 0 comments
Open

Improve memory footprint #4

codepr opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed priority: low

Comments

@codepr
Copy link
Owner

codepr commented Mar 10, 2020

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.

@codepr codepr added enhancement New feature or request help wanted Extra attention is needed labels Mar 10, 2020
@codepr codepr self-assigned this Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority: low
Projects
None yet
Development

No branches or pull requests

1 participant