From 33bb5517ba3a47b95e69b3a155084e2a4ca31f7e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 17 Sep 2013 15:01:30 +0200 Subject: imtcp: add streamdriver.name module parameter permits overriding the system default stream driver (gtls, ptcp) --- doc/imtcp.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/imtcp.html') diff --git a/doc/imtcp.html b/doc/imtcp.html index 841da737..1323252a 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -68,6 +68,15 @@ configure that explicitly.
  • MaxListeners <number>
    Sets the maximum number of listeners (server ports) supported. Default is 20. This must be set before the first $InputTCPServerRun directive.
  • MaxSessions <number>
    Sets the maximum number of sessions supported. Default is 200. This must be set before the first $InputTCPServerRun directive
  • +
  • StreamDriver.Name <name>
    +Sets the driver name and overrides the system default. This enables e.g. to +define a system default of "gtls" (for TLS transmission) and override it to +"ptcp" (traditional unprotected plain tcp). Note, however, that this is a module +parameter. Currently, imtcp does not support mixed TLS/non-TLS listeners. If this +is desired, use imtcp for TLS, and imptcp for non-TLS. However, setting the +stream driver enables you to use e.g. plain tcp for the imtcp listeners while +setting the system default to TLS, which is then used by multiple forwarding (omfwd) +actions.
  • StreamDriver.Mode <number>
    Sets the driver mode for the currently selected network stream driver. <number> is driver specific.
  • StreamDriver.AuthMode <mode-string>
    -- cgit v1.2.3