increase number of message due to large certificate payloads

This commit is contained in:
Andreas Steffen 2010-09-01 00:11:23 +02:00
parent 5fb1311b2a
commit 3a01908060
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ struct private_eap_tls_t {
};
/** Maximum number of EAP-TLS messages/fragments allowed */
#define MAX_MESSAGE_COUNT 24
#define MAX_MESSAGE_COUNT 32
/** Default size of a EAP-TLS fragment */
#define MAX_FRAGMENT_LEN 1024