We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1958e commit d6ad714Copy full SHA for d6ad714
1 file changed
README.md
@@ -93,6 +93,9 @@ Main differences from the original sysklogd package are:
93
- GNU configure & build system to ease porting/cross-compiling
94
- Support for configuring remote syslog timeout
95
- Support for [RFC6587][] TCP syslog transport, for sender and receiver
96
+- Per-destination in-memory send queue for TCP forwarding: messages accumulate
97
+ during outages and are flushed automatically on reconnect, with configurable
98
+ suspension time (`tcp_suspend_time` in `syslog.conf`)
99
- Support for [RFC5425][] TLS encrypted syslog transport (only if built with OpenSSL support)
100
- Support for [RFC5848][] cryptographically signed log messages (only if built with OpenSSL support)
101
0 commit comments