BungeeCord/protocol/src
Janmm14 2ef5e7004b
#3451: Improve length field prepending on bungee -> server connection
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).
2023-03-25 11:00:30 +11:00
..
main/java/net/md_5/bungee/protocol #3451: Improve length field prepending on bungee -> server connection 2023-03-25 11:00:30 +11:00
test/java/net/md_5/bungee/protocol/packet Use shorter legacy prefix (doesn't really matter because no chance of such a plugin working) 2018-07-23 14:30:34 +10:00