strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59ae2e
)
- increased generator buffer
author
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 13:47:49 +0000
(13:47 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Thu, 17 Nov 2005 13:47:49 +0000
(13:47 -0000)
Source/charon/generator.h
patch
|
blob
|
history
diff --git
a/Source/charon/generator.h
b/Source/charon/generator.h
index
436899b
..
0b0452b
100644
(file)
--- 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
1
0
+#define GENERATOR_DATA_BUFFER_SIZE
50
0
/**
* 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 5
00
/**
*A generator_t object which generates payloads of specific type.