-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add system property to permit oversized packets.
This should fix #91, but this is not enabled by default for security reasons. This also does not raise all relevant packet lengths capped by the protocol, although this can be added at a future point in time. With this system property enabled, Krypton permits packets with 5-byte VarInt prefixes and allows uncompressed packets to be up to 2GiB in size.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters