diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-11 17:14:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-11 17:14:37 +0200 |
commit | e988e9ff58cdb80a5b9875eaca56a745019230a1 (patch) | |
tree | 392e5710cd648ea01eb4cb11927cc57ad05bb702 | |
parent | 523eea8b5c53e41aab45e17c22c816f3d2003f57 (diff) | |
download | rsyslog-e988e9ff58cdb80a5b9875eaca56a745019230a1.tar.gz rsyslog-e988e9ff58cdb80a5b9875eaca56a745019230a1.tar.bz2 rsyslog-e988e9ff58cdb80a5b9875eaca56a745019230a1.zip |
doc: add link to statistic counter description
-rw-r--r-- | doc/imudp.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/imudp.html b/doc/imudp.html index 1bd64a13..d2c33b9e 100644 --- a/doc/imudp.html +++ b/doc/imudp.html @@ -127,6 +127,13 @@ system-set max value if the user is not sufficiently privileged. Technically, th parameter will result in a setsockopt() call with SO_RCVBUF (and SO_RCVBUFFORCE if it is available). </ul> +<p><b>See Also</b> +<ul> +<li>Description of +<a href="http://www.rsyslog.com/rsyslog-statistic-counter/">rsyslog statistic counters</a> +This also describes all imudp counters. +</ul> +<p> <b>Caveats/Known Bugs:</b> <ul> <li>Scheduling parameters are set <b>after</b> privileges have been dropped. |