Dylan K. Taylor bc2abf4b15
First shot at packet ack receipt support
this will be useful for preventing resource pack sending from overloading the network.
it's not the best solution for that (since it means the RTT will limit the pack download speed), but it's easier than implementing congestion control and will work fine in most cases.
2024-03-01 14:41:53 +00:00
..
2024-02-07 12:33:44 +00:00
2024-02-07 12:51:39 +00:00
git
2023-03-20 16:57:38 +00:00
2023-04-10 13:56:53 +01:00

Minecraft: Bedrock Edition network & protocol components

This directory (the pocketmine\network\mcpe namespace) contains code specific to the current version of Minecraft: Bedrock Edition.

WARNING

This namespace should be considered INTERNAL in its entirety. Publicly exposed API in this namespace can and will change frequently, and without warning.

This namespace IS NOT COVERED BY THE API VERSION SYSTEM. If your plugin uses any code in this namespace, it can and will break without warning.