- fixed bug of generator

This commit is contained in:
Jan Hutter
2005-11-16 15:29:31 +00:00
parent d5fc0f731d
commit de257bc0be
5 changed files with 28 additions and 10 deletions
+2 -2
View File
@@ -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 3000
#define GENERATOR_DATA_BUFFER_SIZE 10
/**
* Number of bytes to increase the buffer, if it is to small.
*/
#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 1000
#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 5
/**
*A generator_t object which generates payloads of specific type.