mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-06 00:02:16 +00:00
2ef5e7004b
Use alternative implementation of Varint21LengthFieldPrepender on bungee -> server connection for improved speed - it uses separate buffer to prepend the length to avoid copying large data buffer. Not applied bungee -> client because encrypting 1-5 bytes of length separately through expensive jni call could make it not worth (not measured).