Summary
- Added separate exception for packet overflows to limit log output. (commit: d14b96d) (details)
- Use expireAfterWrite to perform throttle (commit: d9a8311) (details)
The file was added | protocol/src/main/java/net/md_5/bungee/protocol/OverflowPacketException.java |
The file was modified | proxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java |
The file was modified | protocol/src/main/java/net/md_5/bungee/protocol/DefinedPacket.java |
The file was modified | proxy/src/main/java/net/md_5/bungee/ConnectionThrottle.java |
The file was modified | proxy/src/test/java/net/md_5/bungee/ThrottleTest.java |