BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree

- Remove declaration of MAX_SECTION_SIZE
This commit is contained in:
msvensson@neptunus.(none) 2005-06-02 14:34:43 +02:00
parent abd3a84f7a
commit daaf6f077e

View file

@ -45,9 +45,8 @@ enum SendStatus {
* Protocol6 Header +
* (optional signal id) + (optional checksum) + (signal data)
*/
const Uint32 MAX_SECTION_SIZE= 4096;
//const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25));
const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25)+(3*4)+4*MAX_SECTION_SIZE);
const Uint32 MAX_MESSAGE_SIZE = (12+4+4+(4*25)+(3*4)+4*4096);
/**
* TransporterConfiguration