Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
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..
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
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.
Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
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..
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
Go to server.cfg and type ackslimit 30000. It worked for me though. Rep if helped.