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

Combine RX and TX frames into single implementation #62

Open
kortemik opened this issue Feb 16, 2024 · 2 comments
Open

Combine RX and TX frames into single implementation #62

kortemik opened this issue Feb 16, 2024 · 2 comments

Comments

@kortemik
Copy link
Member

Combine RX and TX frames into single implementation this way writing can be a stateful operation if we transform the arguments directly into the resulting buffer(s) and use a buffer from the pool. This will lessen the need for memory allocation(s).

provide stub as well:

// TODO create stub txFrame, null is bad

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

No branches or pull requests

1 participant