aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/generator.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-17 13:47:49 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-17 13:47:49 +0000
commitb643c81c6364539966198a782fce9a21761cf5f7 (patch)
tree465a5cb7d255138d281ffce6b3fffd31050f4dab /Source/charon/generator.h
parentf59ae2ea9a1f8620050012161e1f6b76a688f09a (diff)
downloadstrongswan-b643c81c6364539966198a782fce9a21761cf5f7.tar.bz2
strongswan-b643c81c6364539966198a782fce9a21761cf5f7.tar.xz
- increased generator buffer
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.