From 7df62fcc24967e67287d545ddfff4a036e4b2afd Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Mon, 10 Dec 2012 16:04:08 +0900 Subject: Spellcheck the html docs - doc/[a-n]*.html Spotted a few typos, started fixing them... got tired around n --- doc/imtcp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/imtcp.html') diff --git a/doc/imtcp.html b/doc/imtcp.html index b9f0b056..5ac30d08 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -63,13 +63,13 @@ the sender is throttled a bit when the queue becomes near-full. This is done in to preserve some queue space for inputs that can not throttle (like UDP), but it may have some undesired effect in some configurations. Still, we consider this as a useful setting and thus it is the default. To turn the handling off, simply -configure that explicitely. +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.Mode <number>
    -Sets the driver mode for the currently selected network stream driver. <number> is driver specifc.
  • +Sets the driver mode for the currently selected network stream driver. <number> is driver specific.
  • StreamDriver.AuthMode <mode-string>
    Sets the authentication mode for the currently selected network stream driver. <mode-string> is driver specifc.
  • PermittedPeer <id-string>
    -- cgit v1.2.3