aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/generator.h')
-rw-r--r--Source/charon/generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/generator.h b/Source/charon/generator.h
index 436899bc4..0b0452b9a 100644
--- a/Source/charon/generator.h
+++ b/Source/charon/generator.h
@@ -31,12 +31,12 @@
* Generating is done in a data buffer.
* This is thehe start size of this buffer in Bytes.
*/
-#define GENERATOR_DATA_BUFFER_SIZE 10
+#define GENERATOR_DATA_BUFFER_SIZE 500
/**
* Number of bytes to increase the buffer, if it is to small.
*/
-#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 5
+#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 500
/**
*A generator_t object which generates payloads of specific type.