mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/NetworkIO: Adjust more packet throttling values
Adjust more packet throttling values by increasing some limits, this might fix some random kicks.
Close #14659
(cherry picked from commit 5bd7c295c0)
This commit is contained in:
@@ -1411,6 +1411,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co
|
||||
case CMSG_STAND_STATE_CHANGE: // not profiled
|
||||
case CMSG_RANDOM_ROLL: // not profiled
|
||||
case CMSG_TIME_SYNC_RESPONSE: // not profiled
|
||||
case CMSG_MOVE_FORCE_RUN_SPEED_CHANGE_ACK: // not profiled
|
||||
{
|
||||
// "0" is a magic number meaning there's no limit for the opcode.
|
||||
// All the opcodes above must cause little CPU usage and no sync/async database queries at all
|
||||
|
||||
Reference in New Issue
Block a user