[Freeciv-Dev] Re: FREECIV_COMPRESSION_LEVEL
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
banjo wrote:
Hi
I'm having a go at writing a freeciv client in perl.
I have some questions, is USE_COMPRESSION used?
more importantly how can a client determine FREECIV_COMPRESSION_LEVEL?
USE_COMPRESSION is not only used it is required AFAIK...
FREECIV_COMPRESSION_LEVEL probably doesn't matter since it's all gzip
format. Just pass the data to uncompress() and libz will figure it out.
-jason
|
|