Skip to content

Commit d6ad714

Browse files
committed
Mention per-destination TCP send queue in README
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 9b1958e commit d6ad714

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ Main differences from the original sysklogd package are:
9393
- GNU configure & build system to ease porting/cross-compiling
9494
- Support for configuring remote syslog timeout
9595
- 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`)
9699
- Support for [RFC5425][] TLS encrypted syslog transport (only if built with OpenSSL support)
97100
- Support for [RFC5848][] cryptographically signed log messages (only if built with OpenSSL support)
98101

0 commit comments

Comments
 (0)