WoW Application Messaging

From Sirikata Wiki
Revision as of 19:54, 11 August 2010 by Jterrace (talk | contribs) (New page: ==AceComm Library Settings== ChatThrottleLib.MAX_CPS = 800 -- 2000 seems to be safe if NOTHING ELSE is happening. let's call it 800. ChatThrottleLib.MSG_OVERHEAD = 40 -- Guesstim...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AceComm Library Settings

ChatThrottleLib.MAX_CPS = 800       -- 2000 seems to be safe if NOTHING ELSE is happening. let's call it 800.
ChatThrottleLib.MSG_OVERHEAD = 40   -- Guesstimate overhead for sending a message; source+dest+chattype+protocolstuff
ChatThrottleLib.BURST = 4000        -- WoW's server buffer seems to be about 32KB. 8KB should be safe, but seen
                                       disconnects on _some_ servers. Using 4KB now.
ChatThrottleLib.MIN_FPS = 20        -- Reduce output CPS to half (and don't burst) if FPS drops below this value