Win7 might send up to 7k of certificate requests

This commit is contained in:
Andreas Steffen
2010-08-27 16:30:05 +02:00
parent cb7a0cef48
commit 897c7a72cf
3 changed files with 3 additions and 3 deletions
@@ -46,7 +46,7 @@
#include <threading/thread.h>
/* Maximum size of a packet */
#define MAX_PACKET 5000
#define MAX_PACKET 10000
/* length of non-esp marker */
#define MARKER_LEN sizeof(u_int32_t)