I'm using udp to communicate between server and client.
The server has the ability to compress packets if they are too long (Deflate).
Now the problem is that sometimes the packet is still too long, even after compression.
After some experimenting I found out that such truncated compressed data is still decompressable (until the point of truncation of course).
Now the question is:
Can the result of the decompression change except for truncation (for Deflate)?