Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Updated CGF Addition #217

Open
Akhari72149 opened this issue Oct 19, 2024 · 4 comments
Open

[FEATURE] Updated CGF Addition #217

Akhari72149 opened this issue Oct 19, 2024 · 4 comments
Assignees

Comments

@Akhari72149
Copy link

Is your feature request related to a problem? Please describe.
Addition of the anti flood limit config that was added with Arma 2.18 - Currenly running every 0.5 seconds and likely cause of a lot of servers dying.

Describe the solution you'd like
Adding the option to change the CFG settings like you do the other ones.

Describe alternatives you've considered
Currently put into Mission Selector override to update the values but cannot confirm if this will actually work or not.

Additional context
From Dedmen in the Arma Discord

class AntiFlood {
cycleTime = 0.5;
cycleLimit = 400;
cycleHardLimit = 4000;
enableKick = false;
};

Server.cfg
These are default values.

cycle is time in seconds.
Every cycle, if player sends more than "limit" number of messages, they get flagged.

If the last 4 out of 8 cycles were flagged, or if within one cycle the hard limit is exceeded. The player is kicked if enableKick is true, or logged to RPT that they exceeded the limit.

@OverlordZorn
Copy link

Are those basic.cfg or server.cfg files?

can you link to the biki / changelog?

@Akhari72149
Copy link
Author

Akhari72149 commented Oct 19, 2024

server.cfg

Cannot link anything, came from Dedmen on the Arma discord. Settings definitely work as currently forcing it in through the mission select override

image

@OverlordZorn
Copy link

i would have pointed out the mission overrwite next for a temporary solution

@jupster
Copy link
Collaborator

jupster commented Nov 12, 2024

Server_Config_File Antiflood has been added to this so i might have a look at it...

@jupster jupster self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants