mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-08 11:40:32 +01:00
0d569ac0d1
The previous native cipher code has been refactored so that it may be loaded and used slightly more generically, allowing more native components to be easily added as time goes on. I have also written a new native code compression module, which wraps around zlib in the same manner that Inflater / Deflater does, however it operates directly on the memory addresses of it's input / output buffers which means that we can save one, or maybe even two copies. To support this, the VarInt decoder has been adjusted to always use a native buffer. |
||
---|---|---|
.. | ||
main | ||
test/java/net/md_5/bungee |