issues
search
ethanmoffat
/
etheos
[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13
stars
8
forks
source link
Add mitigations for connection spam
#61
Closed
tehsausage
closed
1 year ago
tehsausage
commented
1 year ago
Adds HangupDelay config option (default 10 seconds) to automatically close uninitialized connections
Adds QuietConnectionErrors config option (default off) to group together repeated connection failure log lines from the same IP
Allows adjusting MaxConnections and PingRate via $rehash
Fixes the MaxConnections check on client accept
Removes the "too many connections to server" connection failure on init
Closes uninitialized clients, starting from the oldest, to make room for new clients if possible