decrease definition of EAPOL_START_MAX_TRIES (#290)
this improves performance of brute-force attacks.
This commit is contained in:
parent
6f1c14f80d
commit
acfc3ddabe
|
@ -76,7 +76,7 @@
|
||||||
#define P1_SIZE 10000
|
#define P1_SIZE 10000
|
||||||
#define P2_SIZE 1000
|
#define P2_SIZE 1000
|
||||||
|
|
||||||
#define EAPOL_START_MAX_TRIES 25
|
#define EAPOL_START_MAX_TRIES 10
|
||||||
#define WARN_FAILURE_COUNT 10
|
#define WARN_FAILURE_COUNT 10
|
||||||
|
|
||||||
#define EAPOL_START 1
|
#define EAPOL_START 1
|
||||||
|
|
Loading…
Reference in New Issue