pac3 icon indicating copy to clipboard operation
pac3 copied to clipboard

Client 0 has overflowed reliable channel.

Open SethIRP opened this issue 3 years ago • 1 comments

As the title suggests, I am getting this error (Client 0 has overflowed reliable channel.) I am unsure on exactly why this is but my anti cheat says this warning in my server console. (Choke limit reached for [303:pac_entity_mutator])

Any help would be appreciated.

SethIRP avatar Jan 12 '23 17:01 SethIRP

It's clear you either have too many entities (which sends players' changes to the server with the entity mutator system) or conflicting signals that try to override each other too fast, resulting in too many attempts to change entities. Do you have any more info, other error messages, a test pac + addons that are server-related or entity-editing?

Or if your "anti cheat" tampers with networking functions or imposes a load on the "reliable channel", it could play a role in that.

pingu7867 avatar Jan 23 '23 00:01 pingu7867