diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-17 14:46:31 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-17 14:46:31 +0100 |
commit | 5eb09df8fea738f374e35fb6998cd54222a17590 (patch) | |
tree | a8b7f326bfc41b74c7ba5abff984dbd2256188a8 | |
parent | ffd0a1248e313c84ba486727a344b23ced2ce29d (diff) | |
download | rsyslog-5eb09df8fea738f374e35fb6998cd54222a17590.tar.gz rsyslog-5eb09df8fea738f374e35fb6998cd54222a17590.tar.bz2 rsyslog-5eb09df8fea738f374e35fb6998cd54222a17590.zip |
doc: mention omudpspoof message size limits
-rw-r--r-- | doc/omudpspoof.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/omudpspoof.html b/doc/omudpspoof.html index df14bbe1..a8783c9a 100644 --- a/doc/omudpspoof.html +++ b/doc/omudpspoof.html @@ -45,6 +45,11 @@ equal to the start value. Default is 42000. <ul> <li><b>IPv6</b> is currently not supported. If you need this capability, please let us know via the rsyslog mailing list. +<li>Versions shipped prior to rsyslog 7.2.5 do not support message sizes over 1472 bytes (more +pricesely: over the network-supported MTU). Starting with 7.2.5, those messages will be +fragmented, up to a total upper limit of 64K (induced by UDP). Message sizes over +64K will be truncated. For older versions, messages over 1472 may be totally discarded +or truncated, depending on version and environment. </ul> <p><b>Sample:</b></p> <p>The following sample forwards all syslog messages in standard form to the |