Skip to content

Support dynamically allocated signaling payload #2140

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

vikramdattu
Copy link
Contributor

Issue #, if available:

  • We end up allocating MAX_SIGNALING_MESSAGE_LEN per signaling message received.

What was changed?

  • Configuration to choose to do this allocation dynamically.

Why was it changed?

  • For memory constrained devices, this is a huge deal. and would reduce(~couple of 100KBs of) peak memory usage.

How was it changed?

What testing was done for the changes?

 - We end up allocating `MAX_SIGNALING_MESSAGE_LEN` per signaling message received.
 - Not needed, and we can chose to do this allocation dynamically.
 - For memory constrained devices, this is a huge deal. and would reduce(~couple of 100KBs of) peak memory usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant