On Thu, 2008-09-25 at 18:15 +0200, Rainer Jung wrote: > Sorry Rémy, I don't understand you. packetSize is always >= > MAX_PACKET_SIZE and MAX_PACKET_SIZE is fixed at 8192. > > The above formula is equivalent to > > packetSize - whatever_the_header_length_is > > which itself is >= MAX_PACKET_SIZE - whatever_the_header_length_is. > > That sounds strange, but as I mentioned, MAX_PACKET_SIZE is no longer > the maximum. It is the default maximum, which can be increased by > configuration.
Ok, so it's really the same thing, only more complex, you should have noted it packetSize - header_length. Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]