BungeeCord/proxy/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 #3451: Improve length field prepending on bungee -> server connection 2023-03-25 11:00:30 +11:00
test/java/net/md_5/bungee #3207: Rework the plugin message relaying system to allow unregistering channels 2021-11-12 19:38:47 +11:00