CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
313 stars 95 forks source link

Implement EncodingSettings.UNLIMITED #242

Closed alvin0319 closed 2 months ago

alvin0319 commented 2 months ago

This will allow implementations like Proxy to have no limits on their clients, allowing larger packets to be received by end user.

In General, Proxy client <-> downstream server do not need such limits.