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

Fix event size restriction #3127

Merged
merged 3 commits into from Apr 16, 2021
Merged

Fix event size restriction #3127

merged 3 commits into from Apr 16, 2021

Conversation

turt2live
Copy link
Member

Fixes #3126

@turt2live turt2live requested a review from a team April 15, 2021 17:04
@turt2live turt2live requested a review from richvdh April 15, 2021 17:08
@kevincox
Copy link

It may be the wrong spot for this but 65535 seems like a better size because you can store it in a 16bit integer. 65536 is annoyingly one too large.

@turt2live
Copy link
Member Author

@kevincox that may be, but this is fixing a bug in the spec. Making it 65535 would require an MSC.

@richvdh richvdh merged commit dec4737 into master Apr 16, 2021
@turt2live turt2live deleted the travis/6553x branch April 16, 2021 13:35
richvdh pushed a commit that referenced this pull request Aug 23, 2021
richvdh pushed a commit that referenced this pull request Aug 27, 2021
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.

specced max pdu size is incorrect
3 participants