Skip to content
Failed

Changes

Summary

  1. Back to Java cipher, they are both the same speed (commit: 7d19045) (details)
  2. Use more threads for IO to eliminate resource starvation possibly (commit: 61b4777) (details)
Commit 7d1904584be257c4d9308d61f1ae66b3974bc91f by md_5
Back to Java cipher, they are both the same speed
(commit: 7d19045)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/CipherDecoder.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/ServerConnector.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/EncryptionUtil.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/CipherBase.java (diff)
The file was modifiedproxy/pom.xml (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/CipherEncoder.java (diff)
Commit 61b47771771286e2a2e2016c7839fff62d72c738 by md_5
Use more threads for IO to eliminate resource starvation possibly leading to high CPU usage. This brings the count back in line with what we had pre 1.6 / late 1.5
(commit: 61b4777)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (diff)