Skip to content
Success

Changes

Summary

  1. #2570: Implement more aggressive connection throttling. (commit: 5ef5dd2) (details)
Commit 5ef5dd2c098b69908a04a4ca2dc06824ec2e75c1 by md_5
#2570: Implement more aggressive connection throttling.
Once an IP has connected connection_throttle_limit times within
connection_throttle milliseconds, it must wait connection_throttle
milliseconds before attempting to connect again.
(commit: 5ef5dd2)
The file was modifiedproxy/src/main/java/net/md_5/bungee/conf/Configuration.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/ConnectionThrottle.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java (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/PipelineUtils.java (diff)
The file was modifiedproxy/src/test/java/net/md_5/bungee/ThrottleTest.java (diff)
The file was modifiedproxy/src/main/resources/messages.properties (diff)