Spigot
8f58b1d272
Readd previous Netty tweaks, the memory leak has been fixed
...
By: md_5 <md_5@live.com.au>
2013-04-21 08:53:15 +10:00
Spigot
f6de336307
Revert "Dramatically reduce the idle network activity by collecting and framing packets for a max of 10 milliseconds. This reduces bandwidth consumption as much as possible whilst not generating network garbage and other nasties."
...
This reverts commit bde545c82a
.
By: md_5 <md_5@live.com.au>
2013-04-21 08:39:39 +10:00
Spigot
a4744b484b
Revert "20 ms works too, anything higher is a bit shifty"
...
This reverts commit 912c07129b
.
By: md_5 <md_5@live.com.au>
2013-04-21 08:39:36 +10:00
Spigot
912c07129b
20 ms works too, anything higher is a bit shifty
...
By: md_5 <md_5@live.com.au>
2013-04-20 19:50:59 +10:00
Spigot
bde545c82a
Dramatically reduce the idle network activity by collecting and framing packets for a max of 10 milliseconds. This reduces bandwidth consumption as much as possible whilst not generating network garbage and other nasties.
...
By: md_5 <md_5@live.com.au>
2013-04-20 19:41:41 +10:00
Spigot
adb850995c
Java 5/6 compat. NETBEANS!
...
By: md_5 <md_5@live.com.au>
2013-04-20 17:14:54 +10:00
Spigot
09f1566b74
Oops.
...
By: md_5 <md_5@live.com.au>
2013-04-19 21:07:42 +10:00
Spigot
a4b017945b
[Experimental] Add connection multiplexer to allow many listen blocks. Secondary listen blocks are configured in bukkit.yml
...
By: md_5 <md_5@live.com.au>
2013-04-19 17:45:39 +10:00
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
Spigot
b5080a172f
Yet another CraftBukkit pulled patch.
...
By: md_5 <md_5@live.com.au>
2013-04-16 18:36:22 +10:00