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

Check client side maximum packet size #3 #114

Closed

Conversation

tomatod
Copy link
Contributor

@tomatod tomatod commented Jan 15, 2023

This is related to #3, implmented according to spec

If a Client receives a packet whose size exceeds this limit, this is a Protocol Error, the Client uses DISCONNECT with Reason Code 0x95 (Packet too large), as described in section 4.13.

This issue is a little old. Acually, mainly to keep my motivatation to figure out the overall implementation of this library, I worked on the issue (Because I might use this library). So if you like it, I would be happy if you could merge it.

@tomatod tomatod force-pushed the client-side-maximum-packet-size branch from 75608e1 to 6c2d598 Compare January 17, 2023 02:14
@tomatod tomatod force-pushed the client-side-maximum-packet-size branch from 6c2d598 to 98efb13 Compare January 17, 2023 04:28
@tomatod tomatod closed this Mar 23, 2023
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