If you're sending compressed packets over a reliable transport, you
should do only Flush(true) for each packet in order to not reset the
compressor. On the receiving side you also need to call Flush(true)
after receiving a packet, otherwise the decompressor may be waiting for
more data before it starts processing.

You can also take a look at the Secure Shell (SSH2) specifications (RFC
4253) which uses deflate compression.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Crypto++ 
Users" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cryptopp-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to