diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-02 10:31:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-02 10:31:42 +0200 |
commit | 14d1209640e3554c4284eab136f9932cfc441126 (patch) | |
tree | 50375e512e6f412cac57ec560c547ea170ea6253 /ChangeLog | |
parent | 25daa04902f2754a487973c4de707869d66b84c1 (diff) | |
download | rsyslog-14d1209640e3554c4284eab136f9932cfc441126.tar.gz rsyslog-14d1209640e3554c4284eab136f9932cfc441126.tar.xz rsyslog-14d1209640e3554c4284eab136f9932cfc441126.zip |
added a generic network stream server
(in addition to rather specific syslog tcp server)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 4.3.2 [DEVEL] (rgerhards), 2009-??-?? +- added a generic network stream server (in addition to rather specific + syslog tcp server) - added ability for the UDP output action to rebind its send socket after sending n messages. New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is |