Win7 might send up to 7k of certificate requests
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
#include <threading/thread.h>
|
#include <threading/thread.h>
|
||||||
|
|
||||||
/* Maximum size of a packet */
|
/* Maximum size of a packet */
|
||||||
#define MAX_PACKET 5000
|
#define MAX_PACKET 10000
|
||||||
|
|
||||||
/* length of non-esp marker */
|
/* length of non-esp marker */
|
||||||
#define MARKER_LEN sizeof(u_int32_t)
|
#define MARKER_LEN sizeof(u_int32_t)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#include <utils/hashtable.h>
|
#include <utils/hashtable.h>
|
||||||
|
|
||||||
/* Maximum size of a packet */
|
/* Maximum size of a packet */
|
||||||
#define MAX_PACKET 5000
|
#define MAX_PACKET 10000
|
||||||
|
|
||||||
/* length of non-esp marker */
|
/* length of non-esp marker */
|
||||||
#define MARKER_LEN sizeof(u_int32_t)
|
#define MARKER_LEN sizeof(u_int32_t)
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
#include <threading/thread.h>
|
#include <threading/thread.h>
|
||||||
|
|
||||||
/* Maximum size of a packet */
|
/* Maximum size of a packet */
|
||||||
#define MAX_PACKET 5000
|
#define MAX_PACKET 10000
|
||||||
|
|
||||||
/* constants for packet handling */
|
/* constants for packet handling */
|
||||||
#define IP_LEN sizeof(struct iphdr)
|
#define IP_LEN sizeof(struct iphdr)
|
||||||
|
|||||||
Reference in New Issue
Block a user