rcssserver
rcssserver copied to clipboard
Replace gzip stream in rcssbase with Boost.Iostreams
The gzip stream library implemented in rcssbase works well, but it's nice if we can support other compression algorithms, such as zip, bzip2, and xz. Boost.Iostreams would be a good solution for this purpose.