blob: 182fcdf96850b78f3863f89d00b6e21d248291c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NetStream Drivers
=================
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.
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 :doc:`../tutorials/tls`).
Current Network Stream Drivers
------------------------------
.. toctree::
:maxdepth: 2
ns_ptcp
ns_gtls
ns_ossl
|