ackslimit excedeed - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ackslimit excedeed (
/showthread.php?tid=618171)
ackslimit excedeed -
AndreiWow - 02.10.2016
Uh guys.. why do I get this in console and the user get kicked for like 12300 acks when the limit is 15000? Atleast I tried to set it to 15000 but it changes back to 5000... how can I solve this issue..
Re: ackslimit excedeed -
Vince - 02.10.2016
Raising the ackslimit is never a solution. I believe the limit is set to 3000 by default and that should be more than sufficient. If a client exceeds the ackslimit then it means that the server is sending too much data to the client in too short a timespan. Usually due to a bug. The exact cause is hard to pinpoint but very often involves loops.
Re: ackslimit excedeed -
AndreiWow - 02.10.2016
I will give reputation to someone who can take a look at my code.. I really can't find the problem.. it is 20478 lines long..
Re: ackslimit excedeed -
StrikerZ - 04.10.2016
Go to server.cfg and type ackslimit 30000. It worked for me though. Rep if helped.