Spigot 70056940b6 Implement a "proper" connection throttle for netty.
Proper meaning a simple portover from CraftBukkit's implementation.

The last implementation had a few issues:
- For each server ping, the connection was getting throttled.
- ConcurrentHashMap is heavy (More of an opinion but don't judge)

From the last implementation, the connection throttle entry (your IP) wasn't getting removed from the list after a server ping, which is supposed to happen according to the original implementation.

By: SuPaH sPii <r29jk10@gmail.com>
2013-04-18 13:27:29 -05:00
2013-04-13 17:14:56 +10:00
2013-03-17 12:04:04 -07:00
2013-03-17 12:04:04 -07:00

Spigot Build Status

High performance Minecraft server implementation

Description
No description provided
Readme 51 MiB
Languages
Java 100%