BungeeCord/proxy/src
Janmm14 71d1246374
#3066: Put ReadTimeoutHandler after frame decoder.
This reduces the impact of attacks that send a large packet size first and then send data very slowly but frequently enough to not trigger a timeout (as the timeout handler was before the Varint21FrameDecoder). This causes connections to stay open for a long time without much effort from an attacker, while the packet never leaves the Varint21FrameDecpder stage of the netty pipeline (causing no additional checks to happen and no logs of the connection to be created).

This will not have an impact on bad connections as without recieving full packets the underlying spigot server would timeout instead.
2021-04-28 16:52:00 +10:00
..
main #3066: Put ReadTimeoutHandler after frame decoder. 2021-04-28 16:52:00 +10:00
test/java/net/md_5/bungee Do not allow plugins to make multiple instances of their main class. 2020-02-20 12:24:01 +11:00