freebsd-dev/sbin/hastctl
Pawel Jakub Dawidek 8cd3d45ad9 Allow to compress on-the-wire data using two algorithms:
- HOLE - it simply turns all-zero blocks into few bytes header;
	it is extremely fast, so it is turned on by default;
	it is mostly intended to speed up initial synchronization
	where we expect many zeros;
- LZF - very fast algorithm by Marc Alexander Lehmann, which shows
	very decent compression ratio and has BSD license.

MFC after:	2 weeks
2011-03-06 23:09:33 +00:00
..
hastctl.8 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
hastctl.c Drop privileges after connecting to hastd, but before sending or receiving 2011-02-03 10:44:40 +00:00
Makefile Allow to compress on-the-wire data using two algorithms: 2011-03-06 23:09:33 +00:00