summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:32:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:32:23 +0000
commite90ba3a4ae7425f2401bd8963f54e7907b34788e (patch)
tree39ebbef3340fd3e08c22ca51561b36208436d8c4
parent21211a6c740cdd7ee7303619fecdf8c82a65cdcd (diff)
downloadrsyslog-e90ba3a4ae7425f2401bd8963f54e7907b34788e.tar.gz
rsyslog-e90ba3a4ae7425f2401bd8963f54e7907b34788e.tar.xz
rsyslog-e90ba3a4ae7425f2401bd8963f54e7907b34788e.zip
one more feature done ;)v3-10-3
-rw-r--r--doc/features.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/features.html b/doc/features.html
index 89de94bd..ea22f940 100644
--- a/doc/features.html
+++ b/doc/features.html
@@ -67,8 +67,8 @@ at some time moved back to the sourceforge tracker.</p>
<li>implement native email-functionality in
selector (probably best done as a plug-in)<li>port it to more *nix variants
(eg AIX and HP UX) - this needs volunteers with access to those machines and
- knowledge<li>provide an on-disk queue for syslog messages; should be
- combined with reliable delivery to the next hop<li>support for native SSL enryption of plain tcp syslog sessions. This will
+ knowledge
+ <li>support for native SSL enryption of plain tcp syslog sessions. This will
most probably happen based on syslog-transport-tls.<li>even more enhanced multi-threading,
with a message queue for each action (when implementing this, search
for CHECKMULTIQUEUE comments in the source - they already contain hints of