summaryrefslogtreecommitdiff
path: root/doc/netstream.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/netstream.html')
-rw-r--r--doc/netstream.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/netstream.html b/doc/netstream.html
deleted file mode 100644
index cbfa12a..0000000
--- a/doc/netstream.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><title>Network Stream Drivers</title>
-
-</head>
-<body>
-<a href="rsyslog_conf_global.html">back</a>
-
-<h1>Network Stream Drivers</h1><p>Network stream drivers are a layer
-between various parts of rsyslogd (e.g. the imtcp module) and the
-transport layer. They provide sequenced delivery, authentication and
-confidentiality to the upper layers. Drivers implement different
-capabilities.</p><p> Users need to know about netstream drivers because
-they need to configure the proper driver, and proper driver properties,
-to achieve desired results (e.g. a <a href="rsyslog_tls.html">TLS-protected syslog transmission</a>).</p><p>The following drivers exist:</p><ul><li><a href="ns_ptcp.html">ptcp</a> - the plain tcp network transport (no security)</li><li><a href="ns_gtls.html">gtls</a> - a secure TLS transport implemented via the GnuTLS library</li></ul>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>]
-[<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]
-<p><font size="2">This documentation is part of the
-<a href="http://www.rsyslog.com/">rsyslog</a>
-project.<br>
-Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer
-Gerhards</a> and
-<a href="http://www.adiscon.com/">Adiscon</a>.
-Released under the GNU GPL version 3 or higher.</font></p>
-</body></html>