Skip to content

feat: Lift ~44KB limit for reliable payloads in the adapter (1.0.0) #1608

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

Merged
merged 2 commits into from
Jan 22, 2022

Conversation

simon-lemay-unity
Copy link
Contributor

MTT-2176

This is backport of PR #1596 to release/1.0.0.

Changelog

com.unity.netcode.adapter.utp

  • Fixed: Lifted the limit of ~44KB for reliable payloads. Before the fix, attempting to send a payload larger than that with reliable delivery would silently fail. Note that it is still not recommended to send such large reliable payloads, since their delivery could take a few network round-trips.

Testing and Documentation

  • Includes unit tests.
  • Includes integration tests.
  • No documentation changes or additions were necessary.

@0xFA11 0xFA11 merged commit e3b56a4 into release/1.0.0 Jan 22, 2022
@0xFA11 0xFA11 deleted the fix-1.0.0/lift-44kb-reliable-limit branch January 22, 2022 16:26
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.

2 participants