diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 11:07:26 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 11:07:26 +0100 |
commit | 4408d4137acfacef57bd2e088a0da83d25e34918 (patch) | |
tree | 705c34ee7b023ffb4a4795918acd2c0618f7cb29 /tools/zpipe.c | |
parent | ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3 (diff) | |
download | rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.tar.gz rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.tar.bz2 rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.zip |
testbench: new calling interface for tcpflood
this is a perquisite to support more flexible testing modes, which
could not intelligently be implemented with the old interface
Diffstat (limited to 'tools/zpipe.c')
-rw-r--r-- | tools/zpipe.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/zpipe.c b/tools/zpipe.c index d2278359..38069425 100644 --- a/tools/zpipe.c +++ b/tools/zpipe.c @@ -4,6 +4,13 @@ Version 2.0 03 June 2009 Rainer Gerhards */ /* RSYSLOG NOTE: + * This file is primarily been used as a testing aid for rsyslog. We do NOT + * properly maintain it and it has been brought to our attention that it may + * have some security issues. However, we prefer not to remove the file as it + * may turn out to be useful for further testing. All users are advised NOT + * to base any development on this version here, but rather look for the + * original zpipe.c by the authors mentioned above. + * * This file is beeing distributed as part of rsyslog, but is just an * add-on. Most importantly, rsyslog's copyright does not apply but * rather the (non-) copyright stated above. |