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

Does this support chunking based on MTU? #4

Open
tekknolagi opened this issue Apr 21, 2018 · 2 comments
Open

Does this support chunking based on MTU? #4

tekknolagi opened this issue Apr 21, 2018 · 2 comments

Comments

@tekknolagi
Copy link

If not, what can I do to help support it?

@mwylde
Copy link
Owner

mwylde commented May 28, 2018

The library doesn't currently support chunking either on the write or read side, although on the read side it's possible for the application to recombine chunks itself. Adding proper chunking support would be pretty straightforward (see the todo here) and I'd be happy to walk you through the code if you're interested.

@ruabmbua
Copy link

How would the application implement chunking support itself? I can`t see how I can give a offset for reading past the MTU limit from a characteristic...

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

3 participants