diff options
| author | jackpoz <giacomopoz@gmail.com> | 2014-05-24 22:04:03 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2014-05-24 22:34:06 +0200 |
| commit | a4ba54fbdbb690377c873ea34f1d3541002872b5 (patch) | |
| tree | b23da22c6e76dc2aebeb2b7c65d2e18bd1fcbb00 /src/server/game/Chat/Channels | |
| parent | f091713086eab1ef928bc2f79eb0dc3b0bc4ce2f (diff) | |
Core/NetworkIO: Improve packet spam solution
Implement an improved packet Anti-DoS by counting how many times the same opcode has been sent in the last second and applying the policy specified in the configs if the amount of packets exceeds a reasonable amount.
Credits to the original author who decided to share this with TrinityCore team.
Diffstat (limited to 'src/server/game/Chat/Channels')
| -rw-r--r-- | src/server/game/Chat/Channels/Channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/Channels/Channel.h b/src/server/game/Chat/Channels/Channel.h index 9ad6877d929..115e340762e 100644 --- a/src/server/game/Chat/Channels/Channel.h +++ b/src/server/game/Chat/Channels/Channel.h @@ -25,7 +25,7 @@ #include "Common.h" -#include "Opcodes.h" +#include "WorldSession.h" #include "WorldPacket.h" class Player; |
