diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-16 10:12:46 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-16 10:12:46 +0000 |
commit | 31e84a74c0765a9565c437eae8a39be3e403d945 (patch) | |
tree | 38c91821eecfb5460acea8acaa39dfa563801e99 /NEWS | |
parent | f1f08852ceddea6f66627b8473f9b0177ddd8fef (diff) |
Note that we do chain pinging now
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5,10 +5,18 @@ Changes in version lengths. new options: - random_gabage (default: 8192) - Garbage length is chosen uniformly from 0 to random_gabage bytes. + Garbage length is chosen uniformly from 0 to random_gabage + bytes. - dev_urandom (default: /dev/urandom) where to read garbage from (more generally: non-blocking (low-quality) randomless source) + * Chain pinging: Echolot now finds broken chains. + new options: + - do_chainpings (default: 1) + Whether to do chain pinging. + Several settings control the details of chain pinging. You + probably don't want or need to tweak them. See pingd.conf(5) + for details. Changes in version 2.0.10 - 2003-02-03 * Return undef rather than 0 if we cannot open a Maildir. |