From: Alan T. DeKok Date: Thu, 1 Oct 2009 13:07:51 +0000 (+0200) Subject: Increase max_sessions X-Git-Tag: release_3_0_0_beta0~1716 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70619bb170a877508c3e065170ae2601e25e1f71;p=thirdparty%2Ffreeradius-server.git Increase max_sessions --- diff --git a/raddb/eap.conf b/raddb/eap.conf index 209b5886198..11c4335ee3e 100644 --- a/raddb/eap.conf +++ b/raddb/eap.conf @@ -62,8 +62,8 @@ # Help prevent DoS attacks by limiting the number of # sessions that the server is tracking. Most systems # can handle ~30 EAP sessions/s, so the default limit - # of 2048 is more than enough. - max_sessions = 2048 + # of 4096 should be OK. + max_sessions = 4096 # Supported EAP-types