Compresses from inBuffers[0:inBufferCount-1], containing inLimit bytes, to outData, outputting at most outLimit bytes. Should return 0 on failure.
Context data for the compressor. Must be non-NULL.
Decompresses from inData, containing inLimit bytes, to outData, outputting at most outLimit bytes. Should return 0 on failure.
Destroys the context when compression is disabled or the host is destroyed. May be NULL.
An ENet packet compressor for compressing UDP packets before socket sends or receives.