diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-18 11:03:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-18 11:03:22 +0200 |
commit | ac05d140f1bd5c94633598415b7a51f70562249b (patch) | |
tree | 826641f943d570b917582f6cf619b4824c777fe6 /doc | |
parent | 8724b28d110106fb08e47433f608220d924a4d8a (diff) | |
parent | 224e87be0e57532baa658ec6b9656a879ccc2fa4 (diff) | |
download | rsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.tar.gz rsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.tar.xz rsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.zip |
Merge branch 'v4-devel' into beta
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imtcp.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/imtcp.html b/doc/imtcp.html index 9ea7efa1..5217634e 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -43,15 +43,19 @@ can be found at the <a href="http://www.rsyslog.com/Article321.phtml">Cisco tcp page. <li>$InputTCPServerRun <port><br> Starts a TCP server on selected port</li> -<li><ul><li>$InputTCPMaxSessions <number></li></ul> -Sets the maximum number of sessions supported</li><li>$InputTCPServerStreamDriverMode <number><br> +<li>$InputTCPMaxListeners <number><br> +Sets the maximum number of listeners (server ports) supported. Default is 20. This must be set before the first $InputTCPServerRun directive.</li> +<li>$InputTCPMaxSessions <number><br> +Sets the maximum number of sessions supported. Default is 200. This must be set before the first $InputTCPServerRun directive</li> +<li>$InputTCPServerStreamDriverMode <number><br> Sets the driver mode for the currently selected <a href="netstream.html">network stream driver</a>. <number> is driver specifc.</li> <li>$InputTCPServerInputName <name><br> Sets a name for the inputname property. If no name is set "imtcp" is used by default. Setting a name is not strictly necessary, but can be useful to apply filtering based on which input the message was received from. <li>$InputTCPServerStreamDriverAuthMode <mode-string><br> -Sets the authentication mode for the currently selected <a href="netstream.html">network stream driver</a>. <mode-string> is driver specifc.</li><li>$InputTCPServerStreamDriverPermittedPeer <id-string><br> +Sets the authentication mode for the currently selected <a href="netstream.html">network stream driver</a>. <mode-string> is driver specifc.</li> +<li>$InputTCPServerStreamDriverPermittedPeer <id-string><br> Sets permitted peer IDs. Only these peers are able to connect to the listener. <id-string> semantics depend on the currently selected AuthMode and <a href="netstream.html">network stream driver</a>. PermittedPeers may not be set in anonymous modes.</li> |