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

Update MIN protocol to permit frame sizes up to 255 bytes #1

Closed
kentindell opened this issue Aug 9, 2016 · 0 comments
Closed

Update MIN protocol to permit frame sizes up to 255 bytes #1

kentindell opened this issue Aug 9, 2016 · 0 comments

Comments

@kentindell
Copy link
Collaborator

Should also stretch stuff byte for headers to 0xaa 0xaa 0xaa 0xaa so that a stuff byte is worst-case at most every three bytes, not two. This will reduce the size of the frame buffer that needs to be allocated.

Configure the embedded code to allow for a smaller buffer such that larger MIN frames are rejected. This will support smaller devices that cannot afford to allocate a large buffer and where the application doesn't need large frames.

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