ackslimit
#1

I keep getting this error:

Код:
[warning] client exceeded 'ackslimit' 127.0.0.1:65417 <14466> Limit: 3000/sec
The <14466> might also appear as <6100> for example.

and it keeps spamming until I succesfully connect to the server, and by the way, the time is delayed a bit before I can connect - takes longer to join the server.

I tried out most of what I know:

- I set ackslimit to 3000 on the server.cfg
- I typed an 'SendRconCommand("ackslimit 3000")'

And it still doesn't solve, maybe you guys know the problem?
Reply
#2

I have same problem, but i have a 300 players server.. I think you should optimize your script.
Reply
#3

in server.cfg add a new line with this but without the "" - "ackslimit 5000"
Reply
#4

Raising the ackslimit is only a workaround for a deeper underlying problem. This occurs because the client is sending too many ack (acknowledgement) responses for things that you tell it do. It basically means that you are flooding the client with requests and the client can't really keep up.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)