Am 01.01.14 22:57, schrieb Gert Doering: > Implement LZ4 compression, similar to the existing snappy / push-peer-info > model: a LZ4 capable client will send IV_LZ4=1 to the server, and the > algorithm is selected by pushing "compress lz4" back. > > LZ4 does not compress as well as LZO or Snappy, but needs far less CPU > and is much faster, thus better suited for mobile devices. See > https://code.google.com/p/lz4/ for more details. > > LZ4 include and library path can be specified by specifying LZ4_LIBS=... > and LZ4_CFLAGS=... on the configure command line. ACK. To the patch. I have only lightly tested it but it work in my test setup. Before commiting you should fix the LX4 typo.
Arne