fragattacks/src/radius
Alex Badea 7598210b79 radius_server: clean up completed sessions sooner
radius_server_encapsulate_eap() resets sess->eap->if->eap{Success,Fail}
to FALSE, such that the completion condition is never true.

The net effect is that completed sessions would linger for
RADIUS_SESSION_TIMEOUT seconds.

Signed-off-by: Alex Badea <vamposdecampos@gmail.com>

Previously, the default settings allowed 100 sessions in 60 seconds.
With this fix, the default limit is now 100 sessions per 10 seconds.
[Bug 329]
2009-09-09 23:54:03 +03:00
..
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
radius_client.c Disable PMTU discovery for RADIUS packets (sent them without DF) 2009-08-23 21:21:25 +03:00
radius_client.h Added support for removing RADIUS accounting and RADIUS in general 2009-01-08 19:15:25 +02:00
radius_server.c radius_server: clean up completed sessions sooner 2009-09-09 23:54:03 +03:00
radius_server.h Add RADIUS server support for identity selection hint (RFC 4284) 2008-12-26 20:22:12 +02:00
radius.c Moved RADIUS Class attribute helpers into RADIUS module 2009-01-13 20:01:29 +02:00
radius.h Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00